Html Css Color HEX #DEAF1D Gold Tips

📋 copy color: '#DEAF1D'

red 222 ◦ green 175 ◦ blue 29

#DEAF1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold Tips #DEAF1D

Tints of Gold Tips #DEAF1D

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 value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DEAF1D (or 0xDEAF1D) is known color: 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

RGB 222 175 29 -
CMYK 0 0.21 0.87 0.13
HSL 45.39º 0.77% 0.49% -
HSV(B) 45.39º 0.87% 0.87% -
XYZ 45.68 46.28 7.69 -
YUV 172.41 47.07 163.37 -
System Red Green Blue C M Y K H S L
Decimal 222 175 29 0 0.21 0.87 0.13 45.39 0.77 0.49
Hex DE AF 1D 0 15 57 D 2D 4D 31
Octal 336 257 35 0 25 127 15 55 115 61
Binary 11011110 10101111 11101 0 10101 1010111 1101 101101 1001101 110001

Color Harmonies of #DEAF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF1D

Black with #DEAF1D

Text Example


Text Example

White with #DEAF1D

Text Example


Text Example

HTML Codes & Css Web 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>