Html Css Color HEX #DEA302 Gamboge

📋 copy color: '#DEA302'

red 222 ◦ green 163 ◦ blue 2

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

Shades of Gamboge #DEA302

Tints of Gamboge #DEA302

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.12%

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

R = 57.36%
G = 42.12%
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

#DEA302 (or 0xDEA302) is known color: Gamboge. HEX triplet: DE, A3 and 02. RGB value is (222,163,2). Sum of RGB (Red+Green+Blue) = 222+163+2=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA302 is #215CFD. Grayscale: #A2A2A2. Windows color (decimal): -2186494 or 173022. OLE color: 173022.

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

Color convert

RGB 222 163 2 -
CMYK 0 0.27 0.99 0.13
HSL 43.91º 0.98% 0.44% -
HSV(B) 43.91º 0.99% 0.87% -
XYZ 43.23 41.73 5.83 -
YUV 162.29 37.55 170.59 -
System Red Green Blue C M Y K H S L
Decimal 222 163 2 0 0.27 0.99 0.13 43.91 0.98 0.44
Hex DE A3 2 0 1B 63 D 2C 62 2C
Octal 336 243 2 0 33 143 15 54 142 54
Binary 11011110 10100011 10 0 11011 1100011 1101 101100 1100010 101100

Color Harmonies of #DEA302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA302

Black with #DEA302

Text Example


Text Example

White with #DEA302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA302; }

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

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

background-color css

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

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

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

border-color css

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

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

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