Html Css Color HEX #D8AC0C Gamboge

📋 copy color: '#D8AC0C'

red 216 ◦ green 172 ◦ blue 12

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

Shades of Gamboge #D8AC0C

Tints of Gamboge #D8AC0C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43%

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

R = 54%
G = 43%
B = 3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8AC0C (or 0xD8AC0C) is known color: Gamboge. HEX triplet: D8, AC and 0C. RGB value is (216,172,12). Sum of RGB (Red+Green+Blue) = 216+172+12=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AC0C is #2753F3. Grayscale: #A7A7A7. Windows color (decimal): -2577396 or 830680. OLE color: 830680.

HSL color Cylindrical-coordinate representation of color #D8AC0C: hue angle of 47.06º 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 #D8AC0C is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 172 12 -
CMYK 0 0.20 0.94 0.15
HSL 47.06º 0.89% 0.45% -
HSV(B) 47.06º 0.94% 0.85% -
XYZ 43.14 44.13 6.59 -
YUV 166.92 40.58 163.01 -
System Red Green Blue C M Y K H S L
Decimal 216 172 12 0 0.20 0.94 0.15 47.06 0.89 0.45
Hex D8 AC C 0 14 5E F 2F 59 2D
Octal 330 254 14 0 24 136 17 57 131 55
Binary 11011000 10101100 1100 0 10100 1011110 1111 101111 1011001 101101

Color Harmonies of #D8AC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC0C

Black with #D8AC0C

Text Example


Text Example

White with #D8AC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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