Html Css Color HEX #C97B00 Dark Goldenrod

📋 copy color: '#C97B00'

red 201 ◦ green 123 ◦ blue 0

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

Shades of Dark Goldenrod #C97B00

Tints of Dark Goldenrod #C97B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.04%
G = 37.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C97B00 (or 0xC97B00) is known color: Dark Goldenrod. HEX triplet: C9, 7B and 00. RGB value is (201,123,0). Sum of RGB (Red+Green+Blue) = 201+123+0=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97B00 is #3684FF. Grayscale: #848484. Windows color (decimal): -3572992 or 31689. OLE color: 31689.

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

Color convert

RGB 201 123 0 -
CMYK 0 0.39 1 0.21
HSL 36.72º 1% 0.39% -
HSV(B) 36.72º 1% 0.79% -
XYZ 31.17 26.58 3.49 -
YUV 132.3 53.34 177 -
System Red Green Blue C M Y K H S L
Decimal 201 123 0 0 0.39 1 0.21 36.72 1 0.39
Hex C9 7B 0 0 27 64 15 25 64 27
Octal 311 173 0 0 47 144 25 45 144 47
Binary 11001001 1111011 0 0 100111 1100100 10101 100101 1100100 100111

Color Harmonies of #C97B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97B00

Black with #C97B00

Text Example


Text Example

White with #C97B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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