Html Css Color HEX #C97D0C Dark Goldenrod

📋 copy color: '#C97D0C'

red 201 ◦ green 125 ◦ blue 12

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

Shades of Dark Goldenrod #C97D0C

Tints of Dark Goldenrod #C97D0C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.98%

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

R = 59.47%
G = 36.98%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C97D0C (or 0xC97D0C) is known color: Dark Goldenrod. HEX triplet: C9, 7D and 0C. RGB value is (201,125,12). Sum of RGB (Red+Green+Blue) = 201+125+12=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97D0C is #3682F3. Grayscale: #878787. Windows color (decimal): -3572468 or 818633. OLE color: 818633.

HSL color Cylindrical-coordinate representation of color #C97D0C: hue angle of 35.87º degrees, saturation: 0.89, 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 #C97D0C is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 125 12 -
CMYK 0 0.38 0.94 0.21
HSL 35.87º 0.89% 0.42% -
HSV(B) 35.87º 0.94% 0.79% -
XYZ 31.49 27.11 3.92 -
YUV 134.84 58.68 175.19 -
System Red Green Blue C M Y K H S L
Decimal 201 125 12 0 0.38 0.94 0.21 35.87 0.89 0.42
Hex C9 7D C 0 26 5E 15 24 59 2A
Octal 311 175 14 0 46 136 25 44 131 52
Binary 11001001 1111101 1100 0 100110 1011110 10101 100100 1011001 101010

Color Harmonies of #C97D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97D0C

Black with #C97D0C

Text Example


Text Example

White with #C97D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97D0C; }

 p { color: rgb(201,125,12); }

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

background-color css

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

 a { background-color: rgb(201,125,12); }

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

border-color css

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

 span { border-color: rgb(201,125,12); }

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