Html Css Color HEX #C0910E Dark Goldenrod

📋 copy color: '#C0910E'

red 192 ◦ green 145 ◦ blue 14

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

Shades of Dark Goldenrod #C0910E

Tints of Dark Goldenrod #C0910E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.31%

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

R = 54.7%
G = 41.31%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0910E (or 0xC0910E) is known color: Dark Goldenrod. HEX triplet: C0, 91 and 0E. RGB value is (192,145,14). Sum of RGB (Red+Green+Blue) = 192+145+14=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0910E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0910E is #3F6EF1. Grayscale: #909090. Windows color (decimal): -4157170 or 954816. OLE color: 954816.

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

Color convert

RGB 192 145 14 -
CMYK 0 0.24 0.93 0.25
HSL 44.16º 0.86% 0.4% -
HSV(B) 44.16º 0.93% 0.75% -
XYZ 31.94 31.49 4.81 -
YUV 144.12 54.57 162.15 -
System Red Green Blue C M Y K H S L
Decimal 192 145 14 0 0.24 0.93 0.25 44.16 0.86 0.4
Hex C0 91 E 0 18 5D 19 2C 56 28
Octal 300 221 16 0 30 135 31 54 126 50
Binary 11000000 10010001 1110 0 11000 1011101 11001 101100 1010110 101000

Color Harmonies of #C0910E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0910E

Black with #C0910E

Text Example


Text Example

White with #C0910E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0910E; }

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

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

background-color css

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

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

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

border-color css

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

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

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