Html Css Color HEX #DEA502 Gamboge

📋 copy color: '#DEA502'

red 222 ◦ green 165 ◦ blue 2

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

Shades of Gamboge #DEA502

Tints of Gamboge #DEA502

RGB

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

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

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

R = 57.07%
G = 42.42%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DEA502 (or 0xDEA502) is known color: Gamboge. HEX triplet: DE, A5 and 02. RGB value is (222,165,2). Sum of RGB (Red+Green+Blue) = 222+165+2=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA502 is #215AFD. Grayscale: #A4A4A4. Windows color (decimal): -2185982 or 173534. OLE color: 173534.

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

Color convert

RGB 222 165 2 -
CMYK 0 0.26 0.99 0.13
HSL 44.45º 0.98% 0.44% -
HSV(B) 44.45º 0.99% 0.87% -
XYZ 43.59 42.44 5.95 -
YUV 163.46 36.88 169.75 -
System Red Green Blue C M Y K H S L
Decimal 222 165 2 0 0.26 0.99 0.13 44.45 0.98 0.44
Hex DE A5 2 0 1A 63 D 2C 62 2C
Octal 336 245 2 0 32 143 15 54 142 54
Binary 11011110 10100101 10 0 11010 1100011 1101 101100 1100010 101100

Color Harmonies of #DEA502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA502

Black with #DEA502

Text Example


Text Example

White with #DEA502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA502; }

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

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

background-color css

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

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

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

border-color css

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

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

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