Html Css Color HEX #DEA403 Gamboge

📋 copy color: '#DEA403'

red 222 ◦ green 164 ◦ blue 3

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

Shades of Gamboge #DEA403

Tints of Gamboge #DEA403

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.16%

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

R = 57.07%
G = 42.16%
B = 0.77%

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

#DEA403 (or 0xDEA403) is known color: Gamboge. HEX triplet: DE, A4 and 03. RGB value is (222,164,3). Sum of RGB (Red+Green+Blue) = 222+164+3=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 3 (1.56% from 255 or 0.77% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA403 is #215BFC. Grayscale: #A3A3A3. Windows color (decimal): -2186237 or 238814. OLE color: 238814.

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

Color convert

RGB 222 164 3 -
CMYK 0 0.26 0.99 0.13
HSL 44.11º 0.97% 0.44% -
HSV(B) 44.11º 0.99% 0.87% -
XYZ 43.42 42.09 5.92 -
YUV 162.99 37.72 170.09 -
System Red Green Blue C M Y K H S L
Decimal 222 164 3 0 0.26 0.99 0.13 44.11 0.97 0.44
Hex DE A4 3 0 1A 63 D 2C 61 2C
Octal 336 244 3 0 32 143 15 54 141 54
Binary 11011110 10100100 11 0 11010 1100011 1101 101100 1100001 101100

Color Harmonies of #DEA403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA403

Black with #DEA403

Text Example


Text Example

White with #DEA403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA403; }

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

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

background-color css

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

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

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

border-color css

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

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

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