Html Css Color HEX #C3920E Dark Goldenrod

📋 copy color: '#C3920E'

red 195 ◦ green 146 ◦ blue 14

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

Shades of Dark Goldenrod #C3920E

Tints of Dark Goldenrod #C3920E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.94%

R = 54.93%
G = 41.13%
B = 3.94%

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

#C3920E (or 0xC3920E) is known color: Dark Goldenrod. HEX triplet: C3, 92 and 0E. RGB value is (195,146,14). Sum of RGB (Red+Green+Blue) = 195+146+14=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C3920E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3920E is #3C6DF1. Grayscale: #929292. Windows color (decimal): -3960306 or 955075. OLE color: 955075.

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

Color convert

RGB 195 146 14 -
CMYK 0 0.25 0.93 0.24
HSL 43.76º 0.87% 0.41% -
HSV(B) 43.76º 0.93% 0.76% -
XYZ 32.86 32.19 4.9 -
YUV 145.6 53.73 163.23 -
System Red Green Blue C M Y K H S L
Decimal 195 146 14 0 0.25 0.93 0.24 43.76 0.87 0.41
Hex C3 92 E 0 19 5D 18 2C 57 29
Octal 303 222 16 0 31 135 30 54 127 51
Binary 11000011 10010010 1110 0 11001 1011101 11000 101100 1010111 101001

Color Harmonies of #C3920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3920E

Black with #C3920E

Text Example


Text Example

White with #C3920E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3920E; }

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

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

background-color css

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

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

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

border-color css

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

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

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