#C27B11

Color #C27B11 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #C27B11

Tints of Dark Goldenrod #C27B11

Color information

#C27B11 (or 0xC27B11) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 7B and 11. RGB value is (194,123,17). Sum of RGB (Red+Green+Blue) = 194+123+17=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27B11 is #3D84EE. Grayscale: #848484. Windows color (decimal): -4031727 or 1145794. OLE color: 1145794.

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

Color convert

RGB19412317-
CMYK00.370.910.24
HSL35.93º83.89%41.37%-
HSV(B)35.93º91.24%76.08%-
XYZ29.4325.683.93-
YUV132.1463.02172.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.08%
GREEN value IS 123 (48.44% from 255) = 36.83%
BLUE value IS 17 (7.03% from 255) = 5.09%
R=58.08%
G=36.83%
B=5.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941231700.370.910.2435.9383.8941.37
HexC27B110255B18245429
Octal30217321045133304412451
Binary1100001011110111000101001011011011110001001001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27B11; }

 p { color: rgb(194,123,17); }

 H1.HeaderClassName
 {
   color: #C27B11;
 }
 .AnyTagClassName
 {
   color: #C27B11;
 }
</style>
background-color css

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

 a { background-color: rgb(194,123,17); }

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

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

 span { border-color: rgb(194,123,17); }

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