Html Css Color HEX #C2820F Dark Goldenrod

📋 copy color: '#C2820F'

red 194 ◦ green 130 ◦ blue 15

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

Shades of Dark Goldenrod #C2820F

Tints of Dark Goldenrod #C2820F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.35%

 BLUE value IS 15 (6.25% from 255) = 4.42%

R = 57.23%
G = 38.35%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2820F (or 0xC2820F) is known color: Dark Goldenrod. HEX triplet: C2, 82 and 0F. RGB value is (194,130,15). Sum of RGB (Red+Green+Blue) = 194+130+15=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2820F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2820F is #3D7DF0. Grayscale: #888888. Windows color (decimal): -4029937 or 1016514. OLE color: 1016514.

HSL color Cylindrical-coordinate representation of color #C2820F: hue angle of 38.55º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2820F is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 130 15 -
CMYK 0 0.33 0.92 0.24
HSL 38.55º 0.86% 0.41% -
HSV(B) 38.55º 0.92% 0.76% -
XYZ 30.32 27.47 4.16 -
YUV 136.03 59.7 169.35 -
System Red Green Blue C M Y K H S L
Decimal 194 130 15 0 0.33 0.92 0.24 38.55 0.86 0.41
Hex C2 82 F 0 21 5C 18 27 56 29
Octal 302 202 17 0 41 134 30 47 126 51
Binary 11000010 10000010 1111 0 100001 1011100 11000 100111 1010110 101001

Color Harmonies of #C2820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2820F

Black with #C2820F

Text Example


Text Example

White with #C2820F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2820F; }

 p { color: rgb(194,130,15); }

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

background-color css

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

 a { background-color: rgb(194,130,15); }

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

border-color css

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

 span { border-color: rgb(194,130,15); }

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