Html Css Color HEX #DEA409 Gamboge

📋 copy color: '#DEA409'

red 222 ◦ green 164 ◦ blue 9

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

Shades of Gamboge #DEA409

Tints of Gamboge #DEA409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.28%

R = 56.2%
G = 41.52%
B = 2.28%

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

#DEA409 (or 0xDEA409) is known color: Gamboge. HEX triplet: DE, A4 and 09. RGB value is (222,164,9). Sum of RGB (Red+Green+Blue) = 222+164+9=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 9 (3.91% from 255 or 2.28% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA409 is #215BF6. Grayscale: #A4A4A4. Windows color (decimal): -2186231 or 632030. OLE color: 632030.

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

Color convert

RGB 222 164 9 -
CMYK 0 0.26 0.96 0.13
HSL 43.66º 0.92% 0.45% -
HSV(B) 43.66º 0.96% 0.87% -
XYZ 43.45 42.1 6.09 -
YUV 163.67 40.72 169.6 -
System Red Green Blue C M Y K H S L
Decimal 222 164 9 0 0.26 0.96 0.13 43.66 0.92 0.45
Hex DE A4 9 0 1A 60 D 2C 5C 2D
Octal 336 244 11 0 32 140 15 54 134 55
Binary 11011110 10100100 1001 0 11010 1100000 1101 101100 1011100 101101

Color Harmonies of #DEA409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA409

Black with #DEA409

Text Example


Text Example

White with #DEA409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA409; }

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

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

background-color css

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

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

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

border-color css

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

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

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