Html Css Color HEX #DEAB0C Gamboge

📋 copy color: '#DEAB0C'

red 222 ◦ green 171 ◦ blue 12

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

Shades of Gamboge #DEAB0C

Tints of Gamboge #DEAB0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.96%

R = 54.81%
G = 42.22%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEAB0C (or 0xDEAB0C) is known color: Gamboge. HEX triplet: DE, AB and 0C. RGB value is (222,171,12). Sum of RGB (Red+Green+Blue) = 222+171+12=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAB0C is #2154F3. Grayscale: #A8A8A8. Windows color (decimal): -2184436 or 830430. OLE color: 830430.

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

Color convert

RGB 222 171 12 -
CMYK 0 0.23 0.95 0.13
HSL 45.43º 0.9% 0.46% -
HSV(B) 45.43º 0.95% 0.87% -
XYZ 44.75 44.68 6.61 -
YUV 168.12 39.9 166.43 -
System Red Green Blue C M Y K H S L
Decimal 222 171 12 0 0.23 0.95 0.13 45.43 0.9 0.46
Hex DE AB C 0 17 5F D 2D 5A 2E
Octal 336 253 14 0 27 137 15 55 132 56
Binary 11011110 10101011 1100 0 10111 1011111 1101 101101 1011010 101110

Color Harmonies of #DEAB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAB0C

Black with #DEAB0C

Text Example


Text Example

White with #DEAB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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