Html Css Color HEX #DEAF04 Gamboge

📋 copy color: '#DEAF04'

red 222 ◦ green 175 ◦ blue 4

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

Shades of Gamboge #DEAF04

Tints of Gamboge #DEAF04

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.64%

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

R = 55.36%
G = 43.64%
B = 1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DEAF04 (or 0xDEAF04) is known color: Gamboge. HEX triplet: DE, AF and 04. RGB value is (222,175,4). Sum of RGB (Red+Green+Blue) = 222+175+4=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 4 (1.95% from 255 or 1.00% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAF04 is #2150FB. Grayscale: #AAAAAA. Windows color (decimal): -2183420 or 307166. OLE color: 307166.

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

Color convert

RGB 222 175 4 -
CMYK 0 0.21 0.98 0.13
HSL 47.06º 0.96% 0.44% -
HSV(B) 47.06º 0.98% 0.87% -
XYZ 45.48 46.2 6.64 -
YUV 169.56 34.57 165.4 -
System Red Green Blue C M Y K H S L
Decimal 222 175 4 0 0.21 0.98 0.13 47.06 0.96 0.44
Hex DE AF 4 0 15 62 D 2F 60 2C
Octal 336 257 4 0 25 142 15 57 140 54
Binary 11011110 10101111 100 0 10101 1100010 1101 101111 1100000 101100

Color Harmonies of #DEAF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF04

Black with #DEAF04

Text Example


Text Example

White with #DEAF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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