Html Css Color HEX #DEAF00 Gamboge

📋 copy color: '#DEAF00'

red 222 ◦ green 175 ◦ blue 0

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

Shades of Gamboge #DEAF00

Tints of Gamboge #DEAF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.92%
G = 44.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DEAF00 (or 0xDEAF00) is known color: Gamboge. HEX triplet: DE, AF and 00. RGB value is (222,175,0). Sum of RGB (Red+Green+Blue) = 222+175+0=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAF00 is #2150FF. Grayscale: #A9A9A9. Windows color (decimal): -2183424 or 45022. OLE color: 45022.

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

Color convert

RGB 222 175 0 -
CMYK 0 0.21 1 0.13
HSL 47.3º 1% 0.44% -
HSV(B) 47.3º 1% 0.87% -
XYZ 45.45 46.19 6.52 -
YUV 169.1 32.57 165.73 -
System Red Green Blue C M Y K H S L
Decimal 222 175 0 0 0.21 1 0.13 47.3 1 0.44
Hex DE AF 0 0 15 64 D 2F 64 2C
Octal 336 257 0 0 25 144 15 57 144 54
Binary 11011110 10101111 0 0 10101 1100100 1101 101111 1100100 101100

Color Harmonies of #DEAF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF00

Black with #DEAF00

Text Example


Text Example

White with #DEAF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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