Html Css Color HEX #DEAA09 Gamboge

📋 copy color: '#DEAA09'

red 222 ◦ green 170 ◦ blue 9

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

Shades of Gamboge #DEAA09

Tints of Gamboge #DEAA09

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.39%

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

R = 55.36%
G = 42.39%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DEAA09 (or 0xDEAA09) is known color: Gamboge. HEX triplet: DE, AA and 09. RGB value is (222,170,9). Sum of RGB (Red+Green+Blue) = 222+170+9=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 9 (3.91% from 255 or 2.24% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAA09 is #2155F6. Grayscale: #A7A7A7. Windows color (decimal): -2184695 or 633566. OLE color: 633566.

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

Color convert

RGB 222 170 9 -
CMYK 0 0.23 0.96 0.13
HSL 45.35º 0.92% 0.45% -
HSV(B) 45.35º 0.96% 0.87% -
XYZ 44.55 44.3 6.46 -
YUV 167.19 38.73 167.09 -
System Red Green Blue C M Y K H S L
Decimal 222 170 9 0 0.23 0.96 0.13 45.35 0.92 0.45
Hex DE AA 9 0 17 60 D 2D 5C 2D
Octal 336 252 11 0 27 140 15 55 134 55
Binary 11011110 10101010 1001 0 10111 1100000 1101 101101 1011100 101101

Color Harmonies of #DEAA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAA09

Black with #DEAA09

Text Example


Text Example

White with #DEAA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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