Html Css Color HEX #C0830E Dark Goldenrod

📋 copy color: '#C0830E'

red 192 ◦ green 131 ◦ blue 14

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

Shades of Dark Goldenrod #C0830E

Tints of Dark Goldenrod #C0830E

RGB

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

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

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

R = 56.97%
G = 38.87%
B = 4.15%

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

#C0830E (or 0xC0830E) is known color: Dark Goldenrod. HEX triplet: C0, 83 and 0E. RGB value is (192,131,14). Sum of RGB (Red+Green+Blue) = 192+131+14=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0830E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0830E is #3F7CF1. Grayscale: #888888. Windows color (decimal): -4160754 or 951232. OLE color: 951232.

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

Color convert

RGB 192 131 14 -
CMYK 0 0.32 0.93 0.25
HSL 39.44º 0.86% 0.4% -
HSV(B) 39.44º 0.93% 0.75% -
XYZ 29.93 27.47 4.14 -
YUV 135.9 59.21 168.01 -
System Red Green Blue C M Y K H S L
Decimal 192 131 14 0 0.32 0.93 0.25 39.44 0.86 0.4
Hex C0 83 E 0 20 5D 19 27 56 28
Octal 300 203 16 0 40 135 31 47 126 50
Binary 11000000 10000011 1110 0 100000 1011101 11001 100111 1010110 101000

Color Harmonies of #C0830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0830E

Black with #C0830E

Text Example


Text Example

White with #C0830E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0830E; }

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

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

background-color css

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

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

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

border-color css

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

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

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