Html Css Color HEX #C2800D Dark Goldenrod

📋 copy color: '#C2800D'

red 194 ◦ green 128 ◦ blue 13

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

Shades of Dark Goldenrod #C2800D

Tints of Dark Goldenrod #C2800D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.21%

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

R = 57.91%
G = 38.21%
B = 3.88%

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

#C2800D (or 0xC2800D) is known color: Dark Goldenrod. HEX triplet: C2, 80 and 0D. RGB value is (194,128,13). Sum of RGB (Red+Green+Blue) = 194+128+13=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C2800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2800D is #3D7FF2. Grayscale: #878787. Windows color (decimal): -4030451 or 884930. OLE color: 884930.

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

Color convert

RGB 194 128 13 -
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.04 26.94 4 -
YUV 134.62 59.37 170.35 -
System Red Green Blue C M Y K H S L
Decimal 194 128 13 0 0.34 0.93 0.24 38.12 0.87 0.41
Hex C2 80 D 0 22 5D 18 26 57 29
Octal 302 200 15 0 42 135 30 46 127 51
Binary 11000010 10000000 1101 0 100010 1011101 11000 100110 1010111 101001

Color Harmonies of #C2800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2800D

Black with #C2800D

Text Example


Text Example

White with #C2800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2800D; }

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

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

background-color css

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

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

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

border-color css

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

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

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