Html Css Color HEX #C37200 Dark Goldenrod

📋 copy color: '#C37200'

red 195 ◦ green 114 ◦ blue 0

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

Shades of Dark Goldenrod #C37200

Tints of Dark Goldenrod #C37200

RGB

 RED value IS 195 (76.56% from 255) = 63.11%

 GREEN value IS 114 (44.92% from 255) = 36.89%

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

R = 63.11%
G = 36.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C37200 (or 0xC37200) is known color: Dark Goldenrod. HEX triplet: C3, 72 and 00. RGB value is (195,114,0). Sum of RGB (Red+Green+Blue) = 195+114+0=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C37200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37200 is #3C8DFF. Grayscale: #7D7D7D. Windows color (decimal): -3968512 or 29379. OLE color: 29379.

HSL color Cylindrical-coordinate representation of color #C37200: hue angle of 35.08º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C37200 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 114 0 -
CMYK 0 0.42 1 0.24
HSL 35.08º 1% 0.38% -
HSV(B) 35.08º 1% 0.76% -
XYZ 28.52 23.64 3.06 -
YUV 125.22 57.34 177.77 -
System Red Green Blue C M Y K H S L
Decimal 195 114 0 0 0.42 1 0.24 35.08 1 0.38
Hex C3 72 0 0 2A 64 18 23 64 26
Octal 303 162 0 0 52 144 30 43 144 46
Binary 11000011 1110010 0 0 101010 1100100 11000 100011 1100100 100110

Color Harmonies of #C37200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37200

Black with #C37200

Text Example


Text Example

White with #C37200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37200; }

 p { color: rgb(195,114,0); }

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

background-color css

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

 a { background-color: rgb(195,114,0); }

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

border-color css

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

 span { border-color: rgb(195,114,0); }

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