Html Css Color HEX #DEAB04 Gamboge

📋 copy color: '#DEAB04'

red 222 ◦ green 171 ◦ blue 4

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

Shades of Gamboge #DEAB04

Tints of Gamboge #DEAB04

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.07%

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

R = 55.92%
G = 43.07%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DEAB04 (or 0xDEAB04) is known color: Gamboge. HEX triplet: DE, AB and 04. RGB value is (222,171,4). Sum of RGB (Red+Green+Blue) = 222+171+4=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 4 (1.95% from 255 or 1.01% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAB04 is #2154FB. Grayscale: #A7A7A7. Windows color (decimal): -2184444 or 306142. OLE color: 306142.

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

Color convert

RGB 222 171 4 -
CMYK 0 0.23 0.98 0.13
HSL 45.96º 0.96% 0.44% -
HSV(B) 45.96º 0.98% 0.87% -
XYZ 44.71 44.66 6.38 -
YUV 167.21 35.9 167.08 -
System Red Green Blue C M Y K H S L
Decimal 222 171 4 0 0.23 0.98 0.13 45.96 0.96 0.44
Hex DE AB 4 0 17 62 D 2E 60 2C
Octal 336 253 4 0 27 142 15 56 140 54
Binary 11011110 10101011 100 0 10111 1100010 1101 101110 1100000 101100

Color Harmonies of #DEAB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAB04

Black with #DEAB04

Text Example


Text Example

White with #DEAB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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