Html Css Color HEX #C97B0A Dark Goldenrod

📋 copy color: '#C97B0A'

red 201 ◦ green 123 ◦ blue 10

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

Shades of Dark Goldenrod #C97B0A

Tints of Dark Goldenrod #C97B0A

RGB

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

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

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

R = 60.18%
G = 36.83%
B = 2.99%

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

#C97B0A (or 0xC97B0A) is known color: Dark Goldenrod. HEX triplet: C9, 7B and 0A. RGB value is (201,123,10). Sum of RGB (Red+Green+Blue) = 201+123+10=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97B0A is #3684F5. Grayscale: #858585. Windows color (decimal): -3572982 or 687049. OLE color: 687049.

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

Color convert

RGB 201 123 10 -
CMYK 0 0.39 0.95 0.21
HSL 35.5º 0.91% 0.41% -
HSV(B) 35.5º 0.95% 0.79% -
XYZ 31.23 26.61 3.78 -
YUV 133.44 58.34 176.19 -
System Red Green Blue C M Y K H S L
Decimal 201 123 10 0 0.39 0.95 0.21 35.5 0.91 0.41
Hex C9 7B A 0 27 5F 15 23 5B 29
Octal 311 173 12 0 47 137 25 43 133 51
Binary 11001001 1111011 1010 0 100111 1011111 10101 100011 1011011 101001

Color Harmonies of #C97B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97B0A

Black with #C97B0A

Text Example


Text Example

White with #C97B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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