Html Css Color HEX #C2830D Dark Goldenrod

📋 copy color: '#C2830D'

red 194 ◦ green 131 ◦ blue 13

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

Shades of Dark Goldenrod #C2830D

Tints of Dark Goldenrod #C2830D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.76%

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

R = 57.4%
G = 38.76%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2830D (or 0xC2830D) is known color: Dark Goldenrod. HEX triplet: C2, 83 and 0D. RGB value is (194,131,13). Sum of RGB (Red+Green+Blue) = 194+131+13=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2830D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2830D is #3D7CF2. Grayscale: #888888. Windows color (decimal): -4029683 or 885698. OLE color: 885698.

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

Color convert

RGB 194 131 13 -
CMYK 0 0.32 0.93 0.24
HSL 39.12º 0.87% 0.41% -
HSV(B) 39.12º 0.93% 0.76% -
XYZ 30.44 27.73 4.13 -
YUV 136.39 58.37 169.09 -
System Red Green Blue C M Y K H S L
Decimal 194 131 13 0 0.32 0.93 0.24 39.12 0.87 0.41
Hex C2 83 D 0 20 5D 18 27 57 29
Octal 302 203 15 0 40 135 30 47 127 51
Binary 11000010 10000011 1101 0 100000 1011101 11000 100111 1010111 101001

Color Harmonies of #C2830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2830D

Black with #C2830D

Text Example


Text Example

White with #C2830D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2830D; }

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

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

background-color css

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

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

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

border-color css

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

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

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