Html Css Color HEX #C09110 Dark Goldenrod

📋 copy color: '#C09110'

red 192 ◦ green 145 ◦ blue 16

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

Shades of Dark Goldenrod #C09110

Tints of Dark Goldenrod #C09110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.53%

R = 54.39%
G = 41.08%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C09110 (or 0xC09110) is known color: Dark Goldenrod. HEX triplet: C0, 91 and 10. RGB value is (192,145,16). Sum of RGB (Red+Green+Blue) = 192+145+16=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C09110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09110 is #3F6EEF. Grayscale: #909090. Windows color (decimal): -4157168 or 1085888. OLE color: 1085888.

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

Color convert

RGB 192 145 16 -
CMYK 0 0.24 0.92 0.25
HSL 43.98º 0.85% 0.41% -
HSV(B) 43.98º 0.92% 0.75% -
XYZ 31.96 31.49 4.88 -
YUV 144.35 55.57 161.99 -
System Red Green Blue C M Y K H S L
Decimal 192 145 16 0 0.24 0.92 0.25 43.98 0.85 0.41
Hex C0 91 10 0 18 5C 19 2C 55 29
Octal 300 221 20 0 30 134 31 54 125 51
Binary 11000000 10010001 10000 0 11000 1011100 11001 101100 1010101 101001

Color Harmonies of #C09110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09110

Black with #C09110

Text Example


Text Example

White with #C09110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09110; }

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

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

background-color css

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

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

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

border-color css

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

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

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