Html Css Color HEX #C2810D Dark Goldenrod

📋 copy color: '#C2810D'

red 194 ◦ green 129 ◦ blue 13

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

Shades of Dark Goldenrod #C2810D

Tints of Dark Goldenrod #C2810D

RGB

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

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

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

R = 57.74%
G = 38.39%
B = 3.87%

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

#C2810D (or 0xC2810D) is known color: Dark Goldenrod. HEX triplet: C2, 81 and 0D. RGB value is (194,129,13). Sum of RGB (Red+Green+Blue) = 194+129+13=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C2810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2810D is #3D7EF2. Grayscale: #878787. Windows color (decimal): -4030195 or 885186. OLE color: 885186.

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

Color convert

RGB 194 129 13 -
CMYK 0 0.34 0.93 0.24
HSL 38.45º 0.87% 0.41% -
HSV(B) 38.45º 0.93% 0.76% -
XYZ 30.17 27.2 4.04 -
YUV 135.21 59.03 169.93 -
System Red Green Blue C M Y K H S L
Decimal 194 129 13 0 0.34 0.93 0.24 38.45 0.87 0.41
Hex C2 81 D 0 22 5D 18 26 57 29
Octal 302 201 15 0 42 135 30 46 127 51
Binary 11000010 10000001 1101 0 100010 1011101 11000 100110 1010111 101001

Color Harmonies of #C2810D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2810D

Black with #C2810D

Text Example


Text Example

White with #C2810D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2810D; }

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

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

background-color css

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

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

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

border-color css

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

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

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