Html Css Color HEX #C97D0E Dark Goldenrod

📋 copy color: '#C97D0E'

red 201 ◦ green 125 ◦ blue 14

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

Shades of Dark Goldenrod #C97D0E

Tints of Dark Goldenrod #C97D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.12%

R = 59.12%
G = 36.76%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C97D0E (or 0xC97D0E) is known color: Dark Goldenrod. HEX triplet: C9, 7D and 0E. RGB value is (201,125,14). Sum of RGB (Red+Green+Blue) = 201+125+14=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97D0E is #3682F1. Grayscale: #878787. Windows color (decimal): -3572466 or 949705. OLE color: 949705.

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

Color convert

RGB 201 125 14 -
CMYK 0 0.38 0.93 0.21
HSL 35.61º 0.87% 0.42% -
HSV(B) 35.61º 0.93% 0.79% -
XYZ 31.5 27.12 3.99 -
YUV 135.07 59.68 175.03 -
System Red Green Blue C M Y K H S L
Decimal 201 125 14 0 0.38 0.93 0.21 35.61 0.87 0.42
Hex C9 7D E 0 26 5D 15 24 57 2A
Octal 311 175 16 0 46 135 25 44 127 52
Binary 11001001 1111101 1110 0 100110 1011101 10101 100100 1010111 101010

Color Harmonies of #C97D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97D0E

Black with #C97D0E

Text Example


Text Example

White with #C97D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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