Html Css Color HEX #DEA102 Gamboge

📋 copy color: '#DEA102'

red 222 ◦ green 161 ◦ blue 2

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

Shades of Gamboge #DEA102

Tints of Gamboge #DEA102

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.82%

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

R = 57.66%
G = 41.82%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DEA102 (or 0xDEA102) is known color: Gamboge. HEX triplet: DE, A1 and 02. RGB value is (222,161,2). Sum of RGB (Red+Green+Blue) = 222+161+2=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA102 is #215EFD. Grayscale: #A1A1A1. Windows color (decimal): -2187006 or 172510. OLE color: 172510.

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

Color convert

RGB 222 161 2 -
CMYK 0 0.27 0.99 0.13
HSL 43.36º 0.98% 0.44% -
HSV(B) 43.36º 0.99% 0.87% -
XYZ 42.88 41.02 5.72 -
YUV 161.11 38.21 171.43 -
System Red Green Blue C M Y K H S L
Decimal 222 161 2 0 0.27 0.99 0.13 43.36 0.98 0.44
Hex DE A1 2 0 1B 63 D 2B 62 2C
Octal 336 241 2 0 33 143 15 53 142 54
Binary 11011110 10100001 10 0 11011 1100011 1101 101011 1100010 101100

Color Harmonies of #DEA102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA102

Black with #DEA102

Text Example


Text Example

White with #DEA102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA102; }

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

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

background-color css

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

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

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

border-color css

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

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

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