#C27A10

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

Shades of Dark Goldenrod #C27A10

Tints of Dark Goldenrod #C27A10

Color information

#C27A10 (or 0xC27A10) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 7A and 10. RGB value is (194,122,16). Sum of RGB (Red+Green+Blue) = 194+122+16=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27A10 is #3D85EF. Grayscale: #838383. Windows color (decimal): -4031984 or 1080002. OLE color: 1080002.

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

Color convert

RGB19412216-
CMYK00.370.920.24
HSL35.73º84.76%41.18%-
HSV(B)35.73º91.75%76.08%-
XYZ29.325.433.85-
YUV131.4462.85172.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.43%
GREEN value IS 122 (48.05% from 255) = 36.75%
BLUE value IS 16 (6.64% from 255) = 4.82%
R=58.43%
G=36.75%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941221600.370.920.2435.7384.7641.18
HexC27A100255C18245529
Octal30217220045134304412551
Binary1100001011110101000001001011011100110001001001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27A10; }

 p { color: rgb(194,122,16); }

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

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

 a { background-color: rgb(194,122,16); }

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

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

 span { border-color: rgb(194,122,16); }

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