Html Css Color HEX #DEAF05 Gamboge

📋 copy color: '#DEAF05'

red 222 ◦ green 175 ◦ blue 5

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

Shades of Gamboge #DEAF05

Tints of Gamboge #DEAF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.24%

R = 55.22%
G = 43.53%
B = 1.24%

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

#DEAF05 (or 0xDEAF05) is known color: Gamboge. HEX triplet: DE, AF and 05. RGB value is (222,175,5). Sum of RGB (Red+Green+Blue) = 222+175+5=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 5 (2.34% from 255 or 1.24% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAF05 is #2150FA. Grayscale: #AAAAAA. Windows color (decimal): -2183419 or 372702. OLE color: 372702.

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

Color convert

RGB 222 175 5 -
CMYK 0 0.21 0.98 0.13
HSL 47º 0.96% 0.45% -
HSV(B) 47º 0.98% 0.87% -
XYZ 45.48 46.2 6.66 -
YUV 169.67 35.07 165.32 -
System Red Green Blue C M Y K H S L
Decimal 222 175 5 0 0.21 0.98 0.13 47 0.96 0.45
Hex DE AF 5 0 15 62 D 2F 60 2D
Octal 336 257 5 0 25 142 15 57 140 55
Binary 11011110 10101111 101 0 10101 1100010 1101 101111 1100000 101101

Color Harmonies of #DEAF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF05

Black with #DEAF05

Text Example


Text Example

White with #DEAF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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