#C27D08

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

Shades of Dark Goldenrod #C27D08

Tints of Dark Goldenrod #C27D08

Color information

#C27D08 (or 0xC27D08) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 7D and 08. RGB value is (194,125,8). Sum of RGB (Red+Green+Blue) = 194+125+8=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27D08 is #3D82F7. Grayscale: #848484. Windows color (decimal): -4031224 or 556482. OLE color: 556482.

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

Color convert

RGB1941258-
CMYK00.360.960.24
HSL37.74º92.08%39.61%-
HSV(B)37.74º95.88%76.08%-
XYZ29.6326.153.72-
YUV132.2957.86172.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.33%
GREEN value IS 125 (49.22% from 255) = 38.23%
BLUE value IS 8 (3.52% from 255) = 2.45%
R=59.33%
G=38.23%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194125800.360.960.2437.7492.0839.61
HexC27D80246018265c28
Octal30217510044140304613450
Binary110000101111101100001001001100000110001001101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27D08; }

 p { color: rgb(194,125,8); }

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

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

 a { background-color: rgb(194,125,8); }

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

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

 span { border-color: rgb(194,125,8); }

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