#C3880E

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

Shades of Dark Goldenrod #C3880E

Tints of Dark Goldenrod #C3880E

Color information

#C3880E (or 0xC3880E) is unknown color: approx Dark Goldenrod. HEX triplet: C3, 88 and 0E. RGB value is (195,136,14). Sum of RGB (Red+Green+Blue) = 195+136+14=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C3880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3880E is #3C77F1. Grayscale: #8C8C8C. Windows color (decimal): -3962866 or 952515. OLE color: 952515.

HSL color Cylindrical-coordinate representation of color #C3880E: hue angle of 40.44º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3880E is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB19513614-
CMYK00.300.930.24
HSL40.44º86.6%40.98%-
HSV(B)40.44º92.82%76.47%-
XYZ31.3929.244.41-
YUV139.7357.05167.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.52%
GREEN value IS 136 (53.52% from 255) = 39.42%
BLUE value IS 14 (5.86% from 255) = 4.06%
R=56.52%
G=39.42%
B=4.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951361400.300.930.2440.4486.640.98
HexC388E01E5D18285729
Octal30321016036135305012751
Binary110000111000100011100111101011101110001010001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3880E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3880E; }

 p { color: rgb(195,136,14); }

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

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

 a { background-color: rgb(195,136,14); }

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

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

 span { border-color: rgb(195,136,14); }

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