#deaf1d

Color #DEAF1D Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #DEAF1D

Tints of Gold Tips #DEAF1D

Color information

#DEAF1D (or 0xDEAF1D) is unknown color: approx Gold Tips. HEX triplet: DE, AF and 1D. RGB value is (222,175,29). Sum of RGB (Red+Green+Blue) = 222+175+29=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF1D is #2150E2. Grayscale: #ADADAD. Windows color (decimal): -2183395 or 1945566. OLE color: 1945566.

HSL color Cylindrical-coordinate representation of color #DEAF1D: hue angle of 45.39º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEAF1D is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB22217529-
CMYK00.210.870.13
HSL45.39º76.89%49.22%-
HSV(B)45.39º86.94%87.06%-
XYZ45.6846.287.69-
YUV172.4147.07163.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 52.11%
GREEN value IS 175 (68.75% from 255) = 41.08%
BLUE value IS 29 (11.72% from 255) = 6.81%
R=52.11%
G=41.08%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221752900.210.870.1345.3976.8949.22
HexDEAF1D01557D2d4d31
Octal33625735025127155511561
Binary110111101010111111101010101101011111011011011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #deaf1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #deaf1d; }

 p { color: rgb(222,175,29); }

 H1.HeaderClassName
 {
   color: #deaf1d;
 }
 .AnyTagClassName
 {
   color: #deaf1d;
 }
</style>
background-color css

<style>
 a { background-color: #deaf1d; }

 a { background-color: rgb(222,175,29); }

 div.DivClassName
 {
   background-color: #deaf1d;
 }
 .BgClassName
 {
   background-color: #deaf1d;
 }
</style>
border-color css

<style>
 span { border-color: #deaf1d; }

 span { border-color: rgb(222,175,29); }

 td.TdClassName
 {
   border-color: #deaf1d;
 }
 .TagClassName
 {
   border-color: #deaf1d;
 }
</style>