Html Css Color HEX #C97503 Dark Goldenrod

📋 copy color: '#C97503'

red 201 ◦ green 117 ◦ blue 3

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

Shades of Dark Goldenrod #C97503

Tints of Dark Goldenrod #C97503

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.45%

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

R = 62.62%
G = 36.45%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C97503 (or 0xC97503) is known color: Dark Goldenrod. HEX triplet: C9, 75 and 03. RGB value is (201,117,3). Sum of RGB (Red+Green+Blue) = 201+117+3=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C97503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97503 is #368AFC. Grayscale: #818181. Windows color (decimal): -3574525 or 226761. OLE color: 226761.

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

Color convert

RGB 201 117 3 -
CMYK 0 0.42 0.99 0.21
HSL 34.55º 0.97% 0.4% -
HSV(B) 34.55º 0.99% 0.79% -
XYZ 30.47 25.15 3.33 -
YUV 129.12 56.83 179.27 -
System Red Green Blue C M Y K H S L
Decimal 201 117 3 0 0.42 0.99 0.21 34.55 0.97 0.4
Hex C9 75 3 0 2A 63 15 23 61 28
Octal 311 165 3 0 52 143 25 43 141 50
Binary 11001001 1110101 11 0 101010 1100011 10101 100011 1100001 101000

Color Harmonies of #C97503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97503

Black with #C97503

Text Example


Text Example

White with #C97503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97503; }

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

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

background-color css

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

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

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

border-color css

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

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

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