#cf6a28

Color #CF6A28 Gold Drop (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Drop #CF6A28

Tints of Gold Drop #CF6A28

Color information

#CF6A28 (or 0xCF6A28) is unknown color: approx Gold Drop. HEX triplet: CF, 6A and 28. RGB value is (207,106,40). Sum of RGB (Red+Green+Blue) = 207+106+40=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6A28 is #3095D7. Grayscale: #818181. Windows color (decimal): -3184088 or 2648783. OLE color: 2648783.

HSL color Cylindrical-coordinate representation of color #CF6A28: hue angle of 23.71º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF6A28 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB20710640-
CMYK00.490.810.19
HSL23.71º67.61%48.43%-
HSV(B)23.71º80.68%81.18%-
XYZ31.2723.734.94-
YUV128.6777.96183.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 58.64%
GREEN value IS 106 (41.80% from 255) = 30.03%
BLUE value IS 40 (16.02% from 255) = 11.33%
R=58.64%
G=30.03%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071064000.490.810.1923.7167.6148.43
HexCF6A280315113184430
Octal31715250061121233010460
Binary1100111111010101010000110001101000110011110001000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf6a28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf6a28; }

 p { color: rgb(207,106,40); }

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

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

 a { background-color: rgb(207,106,40); }

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

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

 span { border-color: rgb(207,106,40); }

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