#C28700

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

Shades of Dark Goldenrod #C28700

Tints of Dark Goldenrod #C28700

Color information

#C28700 (or 0xC28700) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 87 and 00. RGB value is (194,135,0). Sum of RGB (Red+Green+Blue) = 194+135+0=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C28700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28700 is #3D78FF. Grayscale: #898989. Windows color (decimal): -4028672 or 34754. OLE color: 34754.

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

Color convert

RGB1941350-
CMYK00.3010.24
HSL41.75º100%38.04%-
HSV(B)41.75º100%76.08%-
XYZ30.9128.83.93-
YUV137.2550.55168.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.97%
GREEN value IS 135 (53.12% from 255) = 41.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.97%
G=41.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194135000.3010.2441.7510038.04
HexC287001E64182a6426
Octal3022070036144305214446
Binary110000101000011100111101100100110001010101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28700; }

 p { color: rgb(194,135,0); }

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

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

 a { background-color: rgb(194,135,0); }

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

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

 span { border-color: rgb(194,135,0); }

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