Html Css Color HEX #DEA408 Gamboge

📋 copy color: '#DEA408'

red 222 ◦ green 164 ◦ blue 8

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

Shades of Gamboge #DEA408

Tints of Gamboge #DEA408

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.62%

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

R = 56.35%
G = 41.62%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DEA408 (or 0xDEA408) is known color: Gamboge. HEX triplet: DE, A4 and 08. RGB value is (222,164,8). Sum of RGB (Red+Green+Blue) = 222+164+8=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 8 (3.52% from 255 or 2.03% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA408 is #215BF7. Grayscale: #A4A4A4. Windows color (decimal): -2186232 or 566494. OLE color: 566494.

HSL color Cylindrical-coordinate representation of color #DEA408: hue angle of 43.74º 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 #DEA408 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 164 8 -
CMYK 0 0.26 0.96 0.13
HSL 43.74º 0.93% 0.45% -
HSV(B) 43.74º 0.96% 0.87% -
XYZ 43.44 42.1 6.07 -
YUV 163.56 40.22 169.68 -
System Red Green Blue C M Y K H S L
Decimal 222 164 8 0 0.26 0.96 0.13 43.74 0.93 0.45
Hex DE A4 8 0 1A 60 D 2C 5D 2D
Octal 336 244 10 0 32 140 15 54 135 55
Binary 11011110 10100100 1000 0 11010 1100000 1101 101100 1011101 101101

Color Harmonies of #DEA408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA408

Black with #DEA408

Text Example


Text Example

White with #DEA408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA408; }

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

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

background-color css

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

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

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

border-color css

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

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

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