Html Css Color HEX #C97B07 Dark Goldenrod

📋 copy color: '#C97B07'

red 201 ◦ green 123 ◦ blue 7

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

Shades of Dark Goldenrod #C97B07

Tints of Dark Goldenrod #C97B07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.11%

R = 60.73%
G = 37.16%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C97B07 (or 0xC97B07) is known color: Dark Goldenrod. HEX triplet: C9, 7B and 07. RGB value is (201,123,7). Sum of RGB (Red+Green+Blue) = 201+123+7=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 7 (3.12% from 255 or 2.11% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97B07 is #3684F8. Grayscale: #858585. Windows color (decimal): -3572985 or 490441. OLE color: 490441.

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

Color convert

RGB 201 123 7 -
CMYK 0 0.39 0.97 0.21
HSL 35.88º 0.93% 0.41% -
HSV(B) 35.88º 0.97% 0.79% -
XYZ 31.21 26.6 3.69 -
YUV 133.1 56.84 176.43 -
System Red Green Blue C M Y K H S L
Decimal 201 123 7 0 0.39 0.97 0.21 35.88 0.93 0.41
Hex C9 7B 7 0 27 61 15 24 5D 29
Octal 311 173 7 0 47 141 25 44 135 51
Binary 11001001 1111011 111 0 100111 1100001 10101 100100 1011101 101001

Color Harmonies of #C97B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97B07

Black with #C97B07

Text Example


Text Example

White with #C97B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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