Html Css Color HEX #DEA803 Gamboge

📋 copy color: '#DEA803'

red 222 ◦ green 168 ◦ blue 3

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

Shades of Gamboge #DEA803

Tints of Gamboge #DEA803

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.75%

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 56.49%
G = 42.75%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DEA803 (or 0xDEA803) is known color: Gamboge. HEX triplet: DE, A8 and 03. RGB value is (222,168,3). Sum of RGB (Red+Green+Blue) = 222+168+3=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 3 (1.56% from 255 or 0.76% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA803 is #2157FC. Grayscale: #A6A6A6. Windows color (decimal): -2185213 or 239838. OLE color: 239838.

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

Color convert

RGB 222 168 3 -
CMYK 0 0.24 0.99 0.13
HSL 45.21º 0.97% 0.44% -
HSV(B) 45.21º 0.99% 0.87% -
XYZ 44.14 43.54 6.16 -
YUV 165.34 36.39 168.42 -
System Red Green Blue C M Y K H S L
Decimal 222 168 3 0 0.24 0.99 0.13 45.21 0.97 0.44
Hex DE A8 3 0 18 63 D 2D 61 2C
Octal 336 250 3 0 30 143 15 55 141 54
Binary 11011110 10101000 11 0 11000 1100011 1101 101101 1100001 101100

Color Harmonies of #DEA803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA803

Black with #DEA803

Text Example


Text Example

White with #DEA803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA803; }

 p { color: rgb(222,168,3); }

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

background-color css

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

 a { background-color: rgb(222,168,3); }

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

border-color css

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

 span { border-color: rgb(222,168,3); }

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