Html Css Color HEX #DEAD09 Gamboge

📋 copy color: '#DEAD09'

red 222 ◦ green 173 ◦ blue 9

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

Shades of Gamboge #DEAD09

Tints of Gamboge #DEAD09

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.82%

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

R = 54.95%
G = 42.82%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DEAD09 (or 0xDEAD09) is known color: Gamboge. HEX triplet: DE, AD and 09. RGB value is (222,173,9). Sum of RGB (Red+Green+Blue) = 222+173+9=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 9 (3.91% from 255 or 2.23% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAD09 is #2152F6. Grayscale: #A9A9A9. Windows color (decimal): -2183927 or 634334. OLE color: 634334.

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

Color convert

RGB 222 173 9 -
CMYK 0 0.22 0.96 0.13
HSL 46.2º 0.92% 0.45% -
HSV(B) 46.2º 0.96% 0.87% -
XYZ 45.12 45.44 6.65 -
YUV 168.96 37.73 165.84 -
System Red Green Blue C M Y K H S L
Decimal 222 173 9 0 0.22 0.96 0.13 46.2 0.92 0.45
Hex DE AD 9 0 16 60 D 2E 5C 2D
Octal 336 255 11 0 26 140 15 56 134 55
Binary 11011110 10101101 1001 0 10110 1100000 1101 101110 1011100 101101

Color Harmonies of #DEAD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAD09

Black with #DEAD09

Text Example


Text Example

White with #DEAD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAD09; }

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

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

background-color css

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

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

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

border-color css

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

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

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