#C27B01

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

Shades of Dark Goldenrod #C27B01

Tints of Dark Goldenrod #C27B01

Color information

#C27B01 (or 0xC27B01) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 7B and 01. RGB value is (194,123,1). Sum of RGB (Red+Green+Blue) = 194+123+1=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27B01 is #3D84FE. Grayscale: #828282. Windows color (decimal): -4031743 or 97218. OLE color: 97218.

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

Color convert

RGB1941231-
CMYK00.370.990.24
HSL37.93º98.97%38.24%-
HSV(B)37.93º99.48%76.08%-
XYZ29.3425.643.43-
YUV130.3255.02173.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.01%
GREEN value IS 123 (48.44% from 255) = 38.68%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=61.01%
G=38.68%
B=0.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194123100.370.990.2437.9398.9738.24
HexC27B10256318266326
Octal3021731045143304614346
Binary110000101111011101001011100011110001001101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27B01; }

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

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

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

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

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

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

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

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