#C27F01

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

Shades of Dark Goldenrod #C27F01

Tints of Dark Goldenrod #C27F01

Color information

#C27F01 (or 0xC27F01) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 7F and 01. RGB value is (194,127,1). Sum of RGB (Red+Green+Blue) = 194+127+1=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27F01 is #3D80FE. Grayscale: #858585. Windows color (decimal): -4030719 or 98242. OLE color: 98242.

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

Color convert

RGB1941271-
CMYK00.350.990.24
HSL39.17º98.97%38.24%-
HSV(B)39.17º99.48%76.08%-
XYZ29.8426.653.6-
YUV132.6753.7171.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.25%
GREEN value IS 127 (50% from 255) = 39.44%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=60.25%
G=39.44%
B=0.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194127100.350.990.2439.1798.9738.24
HexC27F10236318276326
Octal3021771043143304714346
Binary110000101111111101000111100011110001001111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27F01; }

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

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

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

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

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

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

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

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