Html Css Color HEX #DEA609 Gamboge

📋 copy color: '#DEA609'

red 222 ◦ green 166 ◦ blue 9

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

Shades of Gamboge #DEA609

Tints of Gamboge #DEA609

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.81%

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

R = 55.92%
G = 41.81%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DEA609 (or 0xDEA609) is known color: Gamboge. HEX triplet: DE, A6 and 09. RGB value is (222,166,9). Sum of RGB (Red+Green+Blue) = 222+166+9=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 9 (3.91% from 255 or 2.27% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA609 is #2159F6. Grayscale: #A5A5A5. Windows color (decimal): -2185719 or 632542. OLE color: 632542.

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

Color convert

RGB 222 166 9 -
CMYK 0 0.25 0.96 0.13
HSL 44.23º 0.92% 0.45% -
HSV(B) 44.23º 0.96% 0.87% -
XYZ 43.81 42.82 6.21 -
YUV 164.85 40.05 168.77 -
System Red Green Blue C M Y K H S L
Decimal 222 166 9 0 0.25 0.96 0.13 44.23 0.92 0.45
Hex DE A6 9 0 19 60 D 2C 5C 2D
Octal 336 246 11 0 31 140 15 54 134 55
Binary 11011110 10100110 1001 0 11001 1100000 1101 101100 1011100 101101

Color Harmonies of #DEA609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA609

Black with #DEA609

Text Example


Text Example

White with #DEA609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA609; }

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

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

background-color css

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

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

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

border-color css

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

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

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