Html Css Color HEX #DEA908 Gamboge

📋 copy color: '#DEA908'

red 222 ◦ green 169 ◦ blue 8

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

Shades of Gamboge #DEA908

Tints of Gamboge #DEA908

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.36%

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

R = 55.64%
G = 42.36%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DEA908 (or 0xDEA908) is known color: Gamboge. HEX triplet: DE, A9 and 08. RGB value is (222,169,8). Sum of RGB (Red+Green+Blue) = 222+169+8=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 8 (3.52% from 255 or 2.01% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA908 is #2156F7. Grayscale: #A7A7A7. Windows color (decimal): -2184952 or 567774. OLE color: 567774.

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

Color convert

RGB 222 169 8 -
CMYK 0 0.24 0.96 0.13
HSL 45.14º 0.93% 0.45% -
HSV(B) 45.14º 0.96% 0.87% -
XYZ 44.36 43.92 6.37 -
YUV 166.49 38.56 167.59 -
System Red Green Blue C M Y K H S L
Decimal 222 169 8 0 0.24 0.96 0.13 45.14 0.93 0.45
Hex DE A9 8 0 18 60 D 2D 5D 2D
Octal 336 251 10 0 30 140 15 55 135 55
Binary 11011110 10101001 1000 0 11000 1100000 1101 101101 1011101 101101

Color Harmonies of #DEA908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA908

Black with #DEA908

Text Example


Text Example

White with #DEA908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA908; }

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

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

background-color css

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

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

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

border-color css

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

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

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