Html Css Color HEX #C37700 Dark Goldenrod

📋 copy color: '#C37700'

red 195 ◦ green 119 ◦ blue 0

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

Shades of Dark Goldenrod #C37700

Tints of Dark Goldenrod #C37700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.9%

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

R = 62.1%
G = 37.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C37700 (or 0xC37700) is known color: Dark Goldenrod. HEX triplet: C3, 77 and 00. RGB value is (195,119,0). Sum of RGB (Red+Green+Blue) = 195+119+0=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C37700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37700 is #3C88FF. Grayscale: #808080. Windows color (decimal): -3967232 or 30659. OLE color: 30659.

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

Color convert

RGB 195 119 0 -
CMYK 0 0.39 1 0.24
HSL 36.62º 1% 0.38% -
HSV(B) 36.62º 1% 0.76% -
XYZ 29.1 24.8 3.25 -
YUV 128.16 55.68 175.68 -
System Red Green Blue C M Y K H S L
Decimal 195 119 0 0 0.39 1 0.24 36.62 1 0.38
Hex C3 77 0 0 27 64 18 25 64 26
Octal 303 167 0 0 47 144 30 45 144 46
Binary 11000011 1110111 0 0 100111 1100100 11000 100101 1100100 100110

Color Harmonies of #C37700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37700

Black with #C37700

Text Example


Text Example

White with #C37700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37700; }

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

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

background-color css

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

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

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

border-color css

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

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

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