Html Css Color HEX #C97F03 Dark Goldenrod

📋 copy color: '#C97F03'

red 201 ◦ green 127 ◦ blue 3

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

Shades of Dark Goldenrod #C97F03

Tints of Dark Goldenrod #C97F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.91%

R = 60.73%
G = 38.37%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C97F03 (or 0xC97F03) is known color: Dark Goldenrod. HEX triplet: C9, 7F and 03. RGB value is (201,127,3). Sum of RGB (Red+Green+Blue) = 201+127+3=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97F03 is #3680FC. Grayscale: #878787. Windows color (decimal): -3571965 or 229321. OLE color: 229321.

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

Color convert

RGB 201 127 3 -
CMYK 0 0.37 0.99 0.21
HSL 37.58º 0.97% 0.4% -
HSV(B) 37.58º 0.99% 0.79% -
XYZ 31.69 27.6 3.74 -
YUV 134.99 53.52 175.08 -
System Red Green Blue C M Y K H S L
Decimal 201 127 3 0 0.37 0.99 0.21 37.58 0.97 0.4
Hex C9 7F 3 0 25 63 15 26 61 28
Octal 311 177 3 0 45 143 25 46 141 50
Binary 11001001 1111111 11 0 100101 1100011 10101 100110 1100001 101000

Color Harmonies of #C97F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F03

Black with #C97F03

Text Example


Text Example

White with #C97F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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