Html Css Color HEX #C37E10 Dark Goldenrod

📋 copy color: '#C37E10'

red 195 ◦ green 126 ◦ blue 16

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

Shades of Dark Goldenrod #C37E10

Tints of Dark Goldenrod #C37E10

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.39%

 BLUE value IS 16 (6.64% from 255) = 4.75%

R = 57.86%
G = 37.39%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C37E10 (or 0xC37E10) is known color: Dark Goldenrod. HEX triplet: C3, 7E and 10. RGB value is (195,126,16). Sum of RGB (Red+Green+Blue) = 195+126+16=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37E10 is #3C81EF. Grayscale: #868686. Windows color (decimal): -3965424 or 1081027. OLE color: 1081027.

HSL color Cylindrical-coordinate representation of color #C37E10: hue angle of 36.87º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C37E10 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 126 16 -
CMYK 0 0.35 0.92 0.24
HSL 36.87º 0.85% 0.41% -
HSV(B) 36.87º 0.92% 0.76% -
XYZ 30.06 26.56 4.03 -
YUV 134.09 61.36 171.44 -
System Red Green Blue C M Y K H S L
Decimal 195 126 16 0 0.35 0.92 0.24 36.87 0.85 0.41
Hex C3 7E 10 0 23 5C 18 25 55 29
Octal 303 176 20 0 43 134 30 45 125 51
Binary 11000011 1111110 10000 0 100011 1011100 11000 100101 1010101 101001

Color Harmonies of #C37E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37E10

Black with #C37E10

Text Example


Text Example

White with #C37E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37E10; }

 p { color: rgb(195,126,16); }

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

background-color css

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

 a { background-color: rgb(195,126,16); }

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

border-color css

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

 span { border-color: rgb(195,126,16); }

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