Html Css Color HEX #D8A00C Gamboge

📋 copy color: '#D8A00C'

red 216 ◦ green 160 ◦ blue 12

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

Shades of Gamboge #D8A00C

Tints of Gamboge #D8A00C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.24%

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

R = 55.67%
G = 41.24%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8A00C (or 0xD8A00C) is known color: Gamboge. HEX triplet: D8, A0 and 0C. RGB value is (216,160,12). Sum of RGB (Red+Green+Blue) = 216+160+12=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A00C is #275FF3. Grayscale: #A0A0A0. Windows color (decimal): -2580468 or 827608. OLE color: 827608.

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

Color convert

RGB 216 160 12 -
CMYK 0 0.26 0.94 0.15
HSL 43.53º 0.89% 0.45% -
HSV(B) 43.53º 0.94% 0.85% -
XYZ 40.96 39.77 5.87 -
YUV 159.87 44.55 168.03 -
System Red Green Blue C M Y K H S L
Decimal 216 160 12 0 0.26 0.94 0.15 43.53 0.89 0.45
Hex D8 A0 C 0 1A 5E F 2C 59 2D
Octal 330 240 14 0 32 136 17 54 131 55
Binary 11011000 10100000 1100 0 11010 1011110 1111 101100 1011001 101101

Color Harmonies of #D8A00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A00C

Black with #D8A00C

Text Example


Text Example

White with #D8A00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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