Html Css Color HEX #C09111 Dark Goldenrod

📋 copy color: '#C09111'

red 192 ◦ green 145 ◦ blue 17

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

Shades of Dark Goldenrod #C09111

Tints of Dark Goldenrod #C09111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.8%

R = 54.24%
G = 40.96%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C09111 (or 0xC09111) is known color: Dark Goldenrod. HEX triplet: C0, 91 and 11. RGB value is (192,145,17). Sum of RGB (Red+Green+Blue) = 192+145+17=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C09111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09111 is #3F6EEE. Grayscale: #919191. Windows color (decimal): -4157167 or 1151424. OLE color: 1151424.

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

Color convert

RGB 192 145 17 -
CMYK 0 0.24 0.91 0.25
HSL 43.89º 0.84% 0.41% -
HSV(B) 43.89º 0.91% 0.75% -
XYZ 31.96 31.5 4.93 -
YUV 144.46 56.07 161.91 -
System Red Green Blue C M Y K H S L
Decimal 192 145 17 0 0.24 0.91 0.25 43.89 0.84 0.41
Hex C0 91 11 0 18 5B 19 2C 54 29
Octal 300 221 21 0 30 133 31 54 124 51
Binary 11000000 10010001 10001 0 11000 1011011 11001 101100 1010100 101001

Color Harmonies of #C09111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09111

Black with #C09111

Text Example


Text Example

White with #C09111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09111; }

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

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

background-color css

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

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

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

border-color css

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

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

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