Html Css Color HEX #DEAD04 Gamboge

📋 copy color: '#DEAD04'

red 222 ◦ green 173 ◦ blue 4

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

Shades of Gamboge #DEAD04

Tints of Gamboge #DEAD04

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.36%

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

R = 55.64%
G = 43.36%
B = 1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DEAD04 (or 0xDEAD04) is known color: Gamboge. HEX triplet: DE, AD and 04. RGB value is (222,173,4). Sum of RGB (Red+Green+Blue) = 222+173+4=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 4 (1.95% from 255 or 1.00% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAD04 is #2152FB. Grayscale: #A9A9A9. Windows color (decimal): -2183932 or 306654. OLE color: 306654.

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

Color convert

RGB 222 173 4 -
CMYK 0 0.22 0.98 0.13
HSL 46.51º 0.96% 0.44% -
HSV(B) 46.51º 0.98% 0.87% -
XYZ 45.09 45.43 6.51 -
YUV 168.39 35.23 166.24 -
System Red Green Blue C M Y K H S L
Decimal 222 173 4 0 0.22 0.98 0.13 46.51 0.96 0.44
Hex DE AD 4 0 16 62 D 2F 60 2C
Octal 336 255 4 0 26 142 15 57 140 54
Binary 11011110 10101101 100 0 10110 1100010 1101 101111 1100000 101100

Color Harmonies of #DEAD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAD04

Black with #DEAD04

Text Example


Text Example

White with #DEAD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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