Html Css Color HEX #DEA506 Gamboge

📋 copy color: '#DEA506'

red 222 ◦ green 165 ◦ blue 6

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

Shades of Gamboge #DEA506

Tints of Gamboge #DEA506

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.98%

 BLUE value IS 6 (2.73% from 255) = 1.53%

R = 56.49%
G = 41.98%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DEA506 (or 0xDEA506) is known color: Gamboge. HEX triplet: DE, A5 and 06. RGB value is (222,165,6). Sum of RGB (Red+Green+Blue) = 222+165+6=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 6 (2.73% from 255 or 1.53% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA506 is #215AF9. Grayscale: #A4A4A4. Windows color (decimal): -2185978 or 435678. OLE color: 435678.

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

Color convert

RGB 222 165 6 -
CMYK 0 0.26 0.97 0.13
HSL 44.17º 0.95% 0.45% -
HSV(B) 44.17º 0.97% 0.87% -
XYZ 43.61 42.45 6.07 -
YUV 163.92 38.88 169.43 -
System Red Green Blue C M Y K H S L
Decimal 222 165 6 0 0.26 0.97 0.13 44.17 0.95 0.45
Hex DE A5 6 0 1A 61 D 2C 5F 2D
Octal 336 245 6 0 32 141 15 54 137 55
Binary 11011110 10100101 110 0 11010 1100001 1101 101100 1011111 101101

Color Harmonies of #DEA506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA506

Black with #DEA506

Text Example


Text Example

White with #DEA506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA506; }

 p { color: rgb(222,165,6); }

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

background-color css

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

 a { background-color: rgb(222,165,6); }

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

border-color css

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

 span { border-color: rgb(222,165,6); }

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