Html Css Color HEX #C3920D Dark Goldenrod

📋 copy color: '#C3920D'

red 195 ◦ green 146 ◦ blue 13

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

Shades of Dark Goldenrod #C3920D

Tints of Dark Goldenrod #C3920D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.24%

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

R = 55.08%
G = 41.24%
B = 3.67%

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

#C3920D (or 0xC3920D) is known color: Dark Goldenrod. HEX triplet: C3, 92 and 0D. RGB value is (195,146,13). Sum of RGB (Red+Green+Blue) = 195+146+13=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C3920D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3920D is #3C6DF2. Grayscale: #929292. Windows color (decimal): -3960307 or 889539. OLE color: 889539.

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

Color convert

RGB 195 146 13 -
CMYK 0 0.25 0.93 0.24
HSL 43.85º 0.88% 0.41% -
HSV(B) 43.85º 0.93% 0.76% -
XYZ 32.86 32.19 4.86 -
YUV 145.49 53.23 163.31 -
System Red Green Blue C M Y K H S L
Decimal 195 146 13 0 0.25 0.93 0.24 43.85 0.88 0.41
Hex C3 92 D 0 19 5D 18 2C 58 29
Octal 303 222 15 0 31 135 30 54 130 51
Binary 11000011 10010010 1101 0 11001 1011101 11000 101100 1011000 101001

Color Harmonies of #C3920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3920D

Black with #C3920D

Text Example


Text Example

White with #C3920D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3920D; }

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

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

background-color css

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

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

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

border-color css

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

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

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