Html Css Color HEX #C97B0B Dark Goldenrod

📋 copy color: '#C97B0B'

red 201 ◦ green 123 ◦ blue 11

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

Shades of Dark Goldenrod #C97B0B

Tints of Dark Goldenrod #C97B0B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.72%

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

R = 60%
G = 36.72%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C97B0B (or 0xC97B0B) is known color: Dark Goldenrod. HEX triplet: C9, 7B and 0B. RGB value is (201,123,11). Sum of RGB (Red+Green+Blue) = 201+123+11=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97B0B is #3684F4. Grayscale: #868686. Windows color (decimal): -3572981 or 752585. OLE color: 752585.

HSL color Cylindrical-coordinate representation of color #C97B0B: hue angle of 35.37º 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 #C97B0B is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 123 11 -
CMYK 0 0.39 0.95 0.21
HSL 35.37º 0.9% 0.42% -
HSV(B) 35.37º 0.95% 0.79% -
XYZ 31.23 26.61 3.81 -
YUV 133.55 58.84 176.11 -
System Red Green Blue C M Y K H S L
Decimal 201 123 11 0 0.39 0.95 0.21 35.37 0.9 0.42
Hex C9 7B B 0 27 5F 15 23 5A 2A
Octal 311 173 13 0 47 137 25 43 132 52
Binary 11001001 1111011 1011 0 100111 1011111 10101 100011 1011010 101010

Color Harmonies of #C97B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97B0B

Black with #C97B0B

Text Example


Text Example

White with #C97B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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