Html Css Color HEX #D0A00C Gamboge

📋 copy color: '#D0A00C'

red 208 ◦ green 160 ◦ blue 12

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

Shades of Gamboge #D0A00C

Tints of Gamboge #D0A00C

RGB

 RED value IS 208 (81.64% from 255) = 54.74%

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

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

R = 54.74%
G = 42.11%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0A00C (or 0xD0A00C) is known color: Gamboge. HEX triplet: D0, A0 and 0C. RGB value is (208,160,12). Sum of RGB (Red+Green+Blue) = 208+160+12=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A00C is #2F5FF3. Grayscale: #9E9E9E. Windows color (decimal): -3104756 or 827600. OLE color: 827600.

HSL color Cylindrical-coordinate representation of color #D0A00C: hue angle of 45.31º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0A00C is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 160 12 -
CMYK 0 0.23 0.94 0.18
HSL 45.31º 0.89% 0.43% -
HSV(B) 45.31º 0.94% 0.82% -
XYZ 38.65 38.58 5.76 -
YUV 157.48 45.9 164.03 -
System Red Green Blue C M Y K H S L
Decimal 208 160 12 0 0.23 0.94 0.18 45.31 0.89 0.43
Hex D0 A0 C 0 17 5E 12 2D 59 2B
Octal 320 240 14 0 27 136 22 55 131 53
Binary 11010000 10100000 1100 0 10111 1011110 10010 101101 1011001 101011

Color Harmonies of #D0A00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A00C

Black with #D0A00C

Text Example


Text Example

White with #D0A00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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