Html Css Color HEX #C0820E Dark Goldenrod

📋 copy color: '#C0820E'

red 192 ◦ green 130 ◦ blue 14

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

Shades of Dark Goldenrod #C0820E

Tints of Dark Goldenrod #C0820E

RGB

 RED value IS 192 (75.39% from 255) = 57.14%

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

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

R = 57.14%
G = 38.69%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0820E (or 0xC0820E) is known color: Dark Goldenrod. HEX triplet: C0, 82 and 0E. RGB value is (192,130,14). Sum of RGB (Red+Green+Blue) = 192+130+14=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0820E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0820E is #3F7DF1. Grayscale: #878787. Windows color (decimal): -4161010 or 950976. OLE color: 950976.

HSL color Cylindrical-coordinate representation of color #C0820E: hue angle of 39.1º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0820E is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 130 14 -
CMYK 0 0.32 0.93 0.25
HSL 39.1º 0.86% 0.4% -
HSV(B) 39.1º 0.93% 0.75% -
XYZ 29.8 27.2 4.1 -
YUV 135.31 59.54 168.43 -
System Red Green Blue C M Y K H S L
Decimal 192 130 14 0 0.32 0.93 0.25 39.1 0.86 0.4
Hex C0 82 E 0 20 5D 19 27 56 28
Octal 300 202 16 0 40 135 31 47 126 50
Binary 11000000 10000010 1110 0 100000 1011101 11001 100111 1010110 101000

Color Harmonies of #C0820E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0820E

Black with #C0820E

Text Example


Text Example

White with #C0820E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0820E; }

 p { color: rgb(192,130,14); }

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

background-color css

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

 a { background-color: rgb(192,130,14); }

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

border-color css

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

 span { border-color: rgb(192,130,14); }

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