Html Css Color HEX #C3810E Dark Goldenrod

📋 copy color: '#C3810E'

red 195 ◦ green 129 ◦ blue 14

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

Shades of Dark Goldenrod #C3810E

Tints of Dark Goldenrod #C3810E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.17%

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

R = 57.69%
G = 38.17%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3810E (or 0xC3810E) is known color: Dark Goldenrod. HEX triplet: C3, 81 and 0E. RGB value is (195,129,14). Sum of RGB (Red+Green+Blue) = 195+129+14=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3810E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3810E is #3C7EF1. Grayscale: #888888. Windows color (decimal): -3964658 or 950723. OLE color: 950723.

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

Color convert

RGB 195 129 14 -
CMYK 0 0.34 0.93 0.24
HSL 38.12º 0.87% 0.41% -
HSV(B) 38.12º 0.93% 0.76% -
XYZ 30.44 27.33 4.09 -
YUV 135.62 59.37 170.35 -
System Red Green Blue C M Y K H S L
Decimal 195 129 14 0 0.34 0.93 0.24 38.12 0.87 0.41
Hex C3 81 E 0 22 5D 18 26 57 29
Octal 303 201 16 0 42 135 30 46 127 51
Binary 11000011 10000001 1110 0 100010 1011101 11000 100110 1010111 101001

Color Harmonies of #C3810E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3810E

Black with #C3810E

Text Example


Text Example

White with #C3810E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3810E; }

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

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

background-color css

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

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

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

border-color css

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

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

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