#C27F10

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

Shades of Dark Goldenrod #C27F10

Tints of Dark Goldenrod #C27F10

Color information

#C27F10 (or 0xC27F10) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 7F and 10. RGB value is (194,127,16). Sum of RGB (Red+Green+Blue) = 194+127+16=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27F10 is #3D80EF. Grayscale: #868686. Windows color (decimal): -4030704 or 1081282. OLE color: 1081282.

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

Color convert

RGB19412716-
CMYK00.350.920.24
HSL37.42º84.76%41.18%-
HSV(B)37.42º91.75%76.08%-
XYZ29.9326.694.06-
YUV134.3861.2170.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.57%
GREEN value IS 127 (50% from 255) = 37.69%
BLUE value IS 16 (6.64% from 255) = 4.75%
R=57.57%
G=37.69%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941271600.350.920.2437.4284.7641.18
HexC27F100235C18255529
Octal30217720043134304512551
Binary1100001011111111000001000111011100110001001011010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27F10; }

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

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

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

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

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

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

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

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