Html Css Color HEX #DEA602 Gamboge

📋 copy color: '#DEA602'

red 222 ◦ green 166 ◦ blue 2

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

Shades of Gamboge #DEA602

Tints of Gamboge #DEA602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 56.92%
G = 42.56%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DEA602 (or 0xDEA602) is known color: Gamboge. HEX triplet: DE, A6 and 02. RGB value is (222,166,2). Sum of RGB (Red+Green+Blue) = 222+166+2=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 2 (1.17% from 255 or 0.51% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA602 is #2159FD. Grayscale: #A4A4A4. Windows color (decimal): -2185726 or 173790. OLE color: 173790.

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

Color convert

RGB 222 166 2 -
CMYK 0 0.25 0.99 0.13
HSL 44.73º 0.98% 0.44% -
HSV(B) 44.73º 0.99% 0.87% -
XYZ 43.77 42.81 6.01 -
YUV 164.05 36.55 169.34 -
System Red Green Blue C M Y K H S L
Decimal 222 166 2 0 0.25 0.99 0.13 44.73 0.98 0.44
Hex DE A6 2 0 19 63 D 2D 62 2C
Octal 336 246 2 0 31 143 15 55 142 54
Binary 11011110 10100110 10 0 11001 1100011 1101 101101 1100010 101100

Color Harmonies of #DEA602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA602

Black with #DEA602

Text Example


Text Example

White with #DEA602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA602; }

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

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

background-color css

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

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

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

border-color css

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

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

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