Html Css Color HEX #C97F0B Dark Goldenrod

📋 copy color: '#C97F0B'

red 201 ◦ green 127 ◦ blue 11

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

Shades of Dark Goldenrod #C97F0B

Tints of Dark Goldenrod #C97F0B

RGB

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

 GREEN value IS 127 (50% from 255) = 37.46%

 BLUE value IS 11 (4.69% from 255) = 3.24%

R = 59.29%
G = 37.46%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C97F0B (or 0xC97F0B) is known color: Dark Goldenrod. HEX triplet: C9, 7F and 0B. RGB value is (201,127,11). Sum of RGB (Red+Green+Blue) = 201+127+11=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97F0B is #3680F4. Grayscale: #888888. Windows color (decimal): -3571957 or 753609. OLE color: 753609.

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

Color convert

RGB 201 127 11 -
CMYK 0 0.37 0.95 0.21
HSL 36.63º 0.9% 0.42% -
HSV(B) 36.63º 0.95% 0.79% -
XYZ 31.74 27.62 3.98 -
YUV 135.9 57.52 174.43 -
System Red Green Blue C M Y K H S L
Decimal 201 127 11 0 0.37 0.95 0.21 36.63 0.9 0.42
Hex C9 7F B 0 25 5F 15 25 5A 2A
Octal 311 177 13 0 45 137 25 45 132 52
Binary 11001001 1111111 1011 0 100101 1011111 10101 100101 1011010 101010

Color Harmonies of #C97F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F0B

Black with #C97F0B

Text Example


Text Example

White with #C97F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97F0B; }

 p { color: rgb(201,127,11); }

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

background-color css

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

 a { background-color: rgb(201,127,11); }

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

border-color css

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

 span { border-color: rgb(201,127,11); }

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