Html Css Color HEX #C9860D Dark Goldenrod

📋 copy color: '#C9860D'

red 201 ◦ green 134 ◦ blue 13

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

Shades of Dark Goldenrod #C9860D

Tints of Dark Goldenrod #C9860D

RGB

 RED value IS 201 (78.91% from 255) = 57.76%

 GREEN value IS 134 (52.73% from 255) = 38.51%

 BLUE value IS 13 (5.47% from 255) = 3.74%

R = 57.76%
G = 38.51%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9860D (or 0xC9860D) is known color: Dark Goldenrod. HEX triplet: C9, 86 and 0D. RGB value is (201,134,13). Sum of RGB (Red+Green+Blue) = 201+134+13=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9860D is #3679F2. Grayscale: #8C8C8C. Windows color (decimal): -3570163 or 886473. OLE color: 886473.

HSL color Cylindrical-coordinate representation of color #C9860D: hue angle of 38.62º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9860D is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 134 13 -
CMYK 0 0.33 0.94 0.21
HSL 38.62º 0.88% 0.42% -
HSV(B) 38.62º 0.94% 0.79% -
XYZ 32.69 29.5 4.35 -
YUV 140.24 56.2 171.34 -
System Red Green Blue C M Y K H S L
Decimal 201 134 13 0 0.33 0.94 0.21 38.62 0.88 0.42
Hex C9 86 D 0 21 5E 15 27 58 2A
Octal 311 206 15 0 41 136 25 47 130 52
Binary 11001001 10000110 1101 0 100001 1011110 10101 100111 1011000 101010

Color Harmonies of #C9860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9860D

Black with #C9860D

Text Example


Text Example

White with #C9860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9860D; }

 p { color: rgb(201,134,13); }

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

background-color css

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

 a { background-color: rgb(201,134,13); }

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

border-color css

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

 span { border-color: rgb(201,134,13); }

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