#C27701

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

Shades of Dark Goldenrod #C27701

Tints of Dark Goldenrod #C27701

Color information

#C27701 (or 0xC27701) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 77 and 01. RGB value is (194,119,1). Sum of RGB (Red+Green+Blue) = 194+119+1=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C27701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27701 is #3D88FE. Grayscale: #808080. Windows color (decimal): -4032767 or 96194. OLE color: 96194.

HSL color Cylindrical-coordinate representation of color #C27701: hue angle of 36.68º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C27701 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1941191-
CMYK00.390.990.24
HSL36.68º98.97%38.24%-
HSV(B)36.68º99.48%76.08%-
XYZ28.8524.673.27-
YUV127.9756.35175.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.78%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=61.78%
G=37.90%
B=0.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194119100.390.990.2436.6898.9738.24
HexC27710276318256326
Octal3021671047143304514346
Binary110000101110111101001111100011110001001011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27701; }

 p { color: rgb(194,119,1); }

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

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

 a { background-color: rgb(194,119,1); }

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

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

 span { border-color: rgb(194,119,1); }

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