Html Css Color HEX #D8AB0C Gamboge

📋 copy color: '#D8AB0C'

red 216 ◦ green 171 ◦ blue 12

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

Shades of Gamboge #D8AB0C

Tints of Gamboge #D8AB0C

RGB

 RED value IS 216 (84.77% from 255) = 54.14%

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

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

R = 54.14%
G = 42.86%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8AB0C (or 0xD8AB0C) is known color: Gamboge. HEX triplet: D8, AB and 0C. RGB value is (216,171,12). Sum of RGB (Red+Green+Blue) = 216+171+12=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AB0C is #2754F3. Grayscale: #A7A7A7. Windows color (decimal): -2577652 or 830424. OLE color: 830424.

HSL color Cylindrical-coordinate representation of color #D8AB0C: hue angle of 46.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8AB0C is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 171 12 -
CMYK 0 0.21 0.94 0.15
HSL 46.76º 0.89% 0.45% -
HSV(B) 46.76º 0.94% 0.85% -
XYZ 42.95 43.75 6.53 -
YUV 166.33 40.91 163.43 -
System Red Green Blue C M Y K H S L
Decimal 216 171 12 0 0.21 0.94 0.15 46.76 0.89 0.45
Hex D8 AB C 0 15 5E F 2F 59 2D
Octal 330 253 14 0 25 136 17 57 131 55
Binary 11011000 10101011 1100 0 10101 1011110 1111 101111 1011001 101101

Color Harmonies of #D8AB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB0C

Black with #D8AB0C

Text Example


Text Example

White with #D8AB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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