Html Css Color HEX #DEAF02 Gamboge

📋 copy color: '#DEAF02'

red 222 ◦ green 175 ◦ blue 2

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

Shades of Gamboge #DEAF02

Tints of Gamboge #DEAF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 55.64%
G = 43.86%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DEAF02 (or 0xDEAF02) is known color: Gamboge. HEX triplet: DE, AF and 02. RGB value is (222,175,2). Sum of RGB (Red+Green+Blue) = 222+175+2=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAF02 is #2150FD. Grayscale: #AAAAAA. Windows color (decimal): -2183422 or 176094. OLE color: 176094.

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

Color convert

RGB 222 175 2 -
CMYK 0 0.21 0.99 0.13
HSL 47.18º 0.98% 0.44% -
HSV(B) 47.18º 0.99% 0.87% -
XYZ 45.47 46.19 6.58 -
YUV 169.33 33.57 165.57 -
System Red Green Blue C M Y K H S L
Decimal 222 175 2 0 0.21 0.99 0.13 47.18 0.98 0.44
Hex DE AF 2 0 15 63 D 2F 62 2C
Octal 336 257 2 0 25 143 15 57 142 54
Binary 11011110 10101111 10 0 10101 1100011 1101 101111 1100010 101100

Color Harmonies of #DEAF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF02

Black with #DEAF02

Text Example


Text Example

White with #DEAF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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