Html Css Color HEX #DEAF08 Gamboge

📋 copy color: '#DEAF08'

red 222 ◦ green 175 ◦ blue 8

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

Shades of Gamboge #DEAF08

Tints of Gamboge #DEAF08

RGB

 RED value IS 222 (87.11% from 255) = 54.81%

 GREEN value IS 175 (68.75% from 255) = 43.21%

 BLUE value IS 8 (3.52% from 255) = 1.98%

R = 54.81%
G = 43.21%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DEAF08 (or 0xDEAF08) is known color: Gamboge. HEX triplet: DE, AF and 08. RGB value is (222,175,8). Sum of RGB (Red+Green+Blue) = 222+175+8=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 8 (3.52% from 255 or 1.98% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAF08 is #2150F7. Grayscale: #AAAAAA. Windows color (decimal): -2183416 or 569310. OLE color: 569310.

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

Color convert

RGB 222 175 8 -
CMYK 0 0.21 0.96 0.13
HSL 46.82º 0.93% 0.45% -
HSV(B) 46.82º 0.96% 0.87% -
XYZ 45.5 46.21 6.75 -
YUV 170.02 36.57 165.08 -
System Red Green Blue C M Y K H S L
Decimal 222 175 8 0 0.21 0.96 0.13 46.82 0.93 0.45
Hex DE AF 8 0 15 60 D 2F 5D 2D
Octal 336 257 10 0 25 140 15 57 135 55
Binary 11011110 10101111 1000 0 10101 1100000 1101 101111 1011101 101101

Color Harmonies of #DEAF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF08

Black with #DEAF08

Text Example


Text Example

White with #DEAF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF08; }

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

 H1.HeaderClassName
 {
   color: #DEAF08;
 }
 .AnyTagClassName
 {
   color: #DEAF08;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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