Html Css Color HEX #C37F00 Dark Goldenrod

📋 copy color: '#C37F00'

red 195 ◦ green 127 ◦ blue 0

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

Shades of Dark Goldenrod #C37F00

Tints of Dark Goldenrod #C37F00

RGB

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

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

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

R = 60.56%
G = 39.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C37F00 (or 0xC37F00) is known color: Dark Goldenrod. HEX triplet: C3, 7F and 00. RGB value is (195,127,0). Sum of RGB (Red+Green+Blue) = 195+127+0=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37F00 is #3C80FF. Grayscale: #858585. Windows color (decimal): -3965184 or 32707. OLE color: 32707.

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

Color convert

RGB 195 127 0 -
CMYK 0 0.35 1 0.24
HSL 39.08º 1% 0.38% -
HSV(B) 39.08º 1% 0.76% -
XYZ 30.1 26.78 3.58 -
YUV 132.85 53.03 172.33 -
System Red Green Blue C M Y K H S L
Decimal 195 127 0 0 0.35 1 0.24 39.08 1 0.38
Hex C3 7F 0 0 23 64 18 27 64 26
Octal 303 177 0 0 43 144 30 47 144 46
Binary 11000011 1111111 0 0 100011 1100100 11000 100111 1100100 100110

Color Harmonies of #C37F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F00

Black with #C37F00

Text Example


Text Example

White with #C37F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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