Html Css Color HEX #C2810E Dark Goldenrod

📋 copy color: '#C2810E'

red 194 ◦ green 129 ◦ blue 14

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

Shades of Dark Goldenrod #C2810E

Tints of Dark Goldenrod #C2810E

RGB

 RED value IS 194 (76.17% from 255) = 57.57%

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

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

R = 57.57%
G = 38.28%
B = 4.15%

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

#C2810E (or 0xC2810E) is known color: Dark Goldenrod. HEX triplet: C2, 81 and 0E. RGB value is (194,129,14). Sum of RGB (Red+Green+Blue) = 194+129+14=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C2810E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2810E is #3D7EF1. Grayscale: #878787. Windows color (decimal): -4030194 or 950722. OLE color: 950722.

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

Color convert

RGB 194 129 14 -
CMYK 0 0.34 0.93 0.24
HSL 38.33º 0.87% 0.41% -
HSV(B) 38.33º 0.93% 0.76% -
XYZ 30.18 27.2 4.08 -
YUV 135.33 59.53 169.85 -
System Red Green Blue C M Y K H S L
Decimal 194 129 14 0 0.34 0.93 0.24 38.33 0.87 0.41
Hex C2 81 E 0 22 5D 18 26 57 29
Octal 302 201 16 0 42 135 30 46 127 51
Binary 11000010 10000001 1110 0 100010 1011101 11000 100110 1010111 101001

Color Harmonies of #C2810E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2810E

Black with #C2810E

Text Example


Text Example

White with #C2810E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2810E; }

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

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

background-color css

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

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

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

border-color css

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

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

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