Html Css Color HEX #C37103 Dark Goldenrod

📋 copy color: '#C37103'

red 195 ◦ green 113 ◦ blue 3

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

Shades of Dark Goldenrod #C37103

Tints of Dark Goldenrod #C37103

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.33%

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

R = 62.7%
G = 36.33%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C37103 (or 0xC37103) is known color: Dark Goldenrod. HEX triplet: C3, 71 and 03. RGB value is (195,113,3). Sum of RGB (Red+Green+Blue) = 195+113+3=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C37103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37103 is #3C8EFC. Grayscale: #7D7D7D. Windows color (decimal): -3968765 or 225731. OLE color: 225731.

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

Color convert

RGB 195 113 3 -
CMYK 0 0.42 0.98 0.24
HSL 34.38º 0.97% 0.39% -
HSV(B) 34.38º 0.98% 0.76% -
XYZ 28.43 23.42 3.11 -
YUV 124.98 59.17 177.94 -
System Red Green Blue C M Y K H S L
Decimal 195 113 3 0 0.42 0.98 0.24 34.38 0.97 0.39
Hex C3 71 3 0 2A 62 18 22 61 27
Octal 303 161 3 0 52 142 30 42 141 47
Binary 11000011 1110001 11 0 101010 1100010 11000 100010 1100001 100111

Color Harmonies of #C37103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37103

Black with #C37103

Text Example


Text Example

White with #C37103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37103; }

 p { color: rgb(195,113,3); }

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

background-color css

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

 a { background-color: rgb(195,113,3); }

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

border-color css

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

 span { border-color: rgb(195,113,3); }

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