Html Css Color HEX #DEAB0F Gamboge

📋 copy color: '#DEAB0F'

red 222 ◦ green 171 ◦ blue 15

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

Shades of Gamboge #DEAB0F

Tints of Gamboge #DEAB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.68%

R = 54.41%
G = 41.91%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEAB0F (or 0xDEAB0F) is known color: Gamboge. HEX triplet: DE, AB and 0F. RGB value is (222,171,15). Sum of RGB (Red+Green+Blue) = 222+171+15=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 15 (6.25% from 255 or 3.68% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAB0F is #2154F0. Grayscale: #A9A9A9. Windows color (decimal): -2184433 or 1027038. OLE color: 1027038.

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

Color convert

RGB 222 171 15 -
CMYK 0 0.23 0.93 0.13
HSL 45.22º 0.87% 0.46% -
HSV(B) 45.22º 0.93% 0.87% -
XYZ 44.77 44.69 6.72 -
YUV 168.47 41.4 166.18 -
System Red Green Blue C M Y K H S L
Decimal 222 171 15 0 0.23 0.93 0.13 45.22 0.87 0.46
Hex DE AB F 0 17 5D D 2D 57 2E
Octal 336 253 17 0 27 135 15 55 127 56
Binary 11011110 10101011 1111 0 10111 1011101 1101 101101 1010111 101110

Color Harmonies of #DEAB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAB0F

Black with #DEAB0F

Text Example


Text Example

White with #DEAB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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