Html Css Color HEX #C97C0A Dark Goldenrod

📋 copy color: '#C97C0A'

red 201 ◦ green 124 ◦ blue 10

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

Shades of Dark Goldenrod #C97C0A

Tints of Dark Goldenrod #C97C0A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.01%

 BLUE value IS 10 (4.3% from 255) = 2.99%

R = 60%
G = 37.01%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C97C0A (or 0xC97C0A) is known color: Dark Goldenrod. HEX triplet: C9, 7C and 0A. RGB value is (201,124,10). Sum of RGB (Red+Green+Blue) = 201+124+10=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97C0A is #3683F5. Grayscale: #868686. Windows color (decimal): -3572726 or 687305. OLE color: 687305.

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

Color convert

RGB 201 124 10 -
CMYK 0 0.38 0.95 0.21
HSL 35.81º 0.91% 0.41% -
HSV(B) 35.81º 0.95% 0.79% -
XYZ 31.35 26.85 3.82 -
YUV 134.03 58.01 175.77 -
System Red Green Blue C M Y K H S L
Decimal 201 124 10 0 0.38 0.95 0.21 35.81 0.91 0.41
Hex C9 7C A 0 26 5F 15 24 5B 29
Octal 311 174 12 0 46 137 25 44 133 51
Binary 11001001 1111100 1010 0 100110 1011111 10101 100100 1011011 101001

Color Harmonies of #C97C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97C0A

Black with #C97C0A

Text Example


Text Example

White with #C97C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97C0A; }

 p { color: rgb(201,124,10); }

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

background-color css

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

 a { background-color: rgb(201,124,10); }

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

border-color css

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

 span { border-color: rgb(201,124,10); }

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