Html Css Color HEX #DEA605 Gamboge

📋 copy color: '#DEA605'

red 222 ◦ green 166 ◦ blue 5

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

Shades of Gamboge #DEA605

Tints of Gamboge #DEA605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.27%

R = 56.49%
G = 42.24%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DEA605 (or 0xDEA605) is known color: Gamboge. HEX triplet: DE, A6 and 05. RGB value is (222,166,5). Sum of RGB (Red+Green+Blue) = 222+166+5=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA605 is #2159FA. Grayscale: #A5A5A5. Windows color (decimal): -2185723 or 370398. OLE color: 370398.

HSL color Cylindrical-coordinate representation of color #DEA605: hue angle of 44.52º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DEA605 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 166 5 -
CMYK 0 0.25 0.98 0.13
HSL 44.52º 0.96% 0.45% -
HSV(B) 44.52º 0.98% 0.87% -
XYZ 43.79 42.81 6.1 -
YUV 164.39 38.05 169.09 -
System Red Green Blue C M Y K H S L
Decimal 222 166 5 0 0.25 0.98 0.13 44.52 0.96 0.45
Hex DE A6 5 0 19 62 D 2D 60 2D
Octal 336 246 5 0 31 142 15 55 140 55
Binary 11011110 10100110 101 0 11001 1100010 1101 101101 1100000 101101

Color Harmonies of #DEA605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA605

Black with #DEA605

Text Example


Text Example

White with #DEA605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA605; }

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

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

background-color css

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

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

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

border-color css

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

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

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