Html Css Color HEX #C3930D Dark Goldenrod

📋 copy color: '#C3930D'

red 195 ◦ green 147 ◦ blue 13

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

Shades of Dark Goldenrod #C3930D

Tints of Dark Goldenrod #C3930D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.41%

 BLUE value IS 13 (5.47% from 255) = 3.66%

R = 54.93%
G = 41.41%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3930D (or 0xC3930D) is known color: Dark Goldenrod. HEX triplet: C3, 93 and 0D. RGB value is (195,147,13). Sum of RGB (Red+Green+Blue) = 195+147+13=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C3930D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3930D is #3C6CF2. Grayscale: #929292. Windows color (decimal): -3960051 or 889795. OLE color: 889795.

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

Color convert

RGB 195 147 13 -
CMYK 0 0.25 0.93 0.24
HSL 44.18º 0.88% 0.41% -
HSV(B) 44.18º 0.93% 0.76% -
XYZ 33.01 32.5 4.91 -
YUV 146.08 52.9 162.9 -
System Red Green Blue C M Y K H S L
Decimal 195 147 13 0 0.25 0.93 0.24 44.18 0.88 0.41
Hex C3 93 D 0 19 5D 18 2C 58 29
Octal 303 223 15 0 31 135 30 54 130 51
Binary 11000011 10010011 1101 0 11001 1011101 11000 101100 1011000 101001

Color Harmonies of #C3930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3930D

Black with #C3930D

Text Example


Text Example

White with #C3930D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3930D; }

 p { color: rgb(195,147,13); }

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

background-color css

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

 a { background-color: rgb(195,147,13); }

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

border-color css

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

 span { border-color: rgb(195,147,13); }

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