Html Css Color HEX #DEA504 Gamboge

📋 copy color: '#DEA504'

red 222 ◦ green 165 ◦ blue 4

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

Shades of Gamboge #DEA504

Tints of Gamboge #DEA504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.02%

R = 56.78%
G = 42.2%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DEA504 (or 0xDEA504) is known color: Gamboge. HEX triplet: DE, A5 and 04. RGB value is (222,165,4). Sum of RGB (Red+Green+Blue) = 222+165+4=391 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.78% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 4 (1.95% from 255 or 1.02% from 391); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA504 is #215AFB. Grayscale: #A4A4A4. Windows color (decimal): -2185980 or 304606. OLE color: 304606.

HSL color Cylindrical-coordinate representation of color #DEA504: hue angle of 44.31º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DEA504 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 165 4 -
CMYK 0 0.26 0.98 0.13
HSL 44.31º 0.96% 0.44% -
HSV(B) 44.31º 0.98% 0.87% -
XYZ 43.6 42.45 6.01 -
YUV 163.69 37.88 169.59 -
System Red Green Blue C M Y K H S L
Decimal 222 165 4 0 0.26 0.98 0.13 44.31 0.96 0.44
Hex DE A5 4 0 1A 62 D 2C 60 2C
Octal 336 245 4 0 32 142 15 54 140 54
Binary 11011110 10100101 100 0 11010 1100010 1101 101100 1100000 101100

Color Harmonies of #DEA504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA504

Black with #DEA504

Text Example


Text Example

White with #DEA504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA504; }

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

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

background-color css

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

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

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

border-color css

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

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

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