#d6642b

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

Shades of Gold Drop #D6642B

Tints of Gold Drop #D6642B

Color information

#D6642B (or 0xD6642B) is unknown color: approx Gold Drop. HEX triplet: D6, 64 and 2B. RGB value is (214,100,43). Sum of RGB (Red+Green+Blue) = 214+100+43=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D6642B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6642B is #299BD4. Grayscale: #7F7F7F. Windows color (decimal): -2726869 or 2843862. OLE color: 2843862.

HSL color Cylindrical-coordinate representation of color #D6642B: hue angle of 20º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6642B is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB21410043-
CMYK00.530.800.16
HSL20º67.59%50.39%-
HSV(B)20º79.91%83.92%-
XYZ32.7223.585.11-
YUV127.5980.27189.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.94%
GREEN value IS 100 (39.45% from 255) = 28.01%
BLUE value IS 43 (17.19% from 255) = 12.04%
R=59.94%
G=28.01%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141004300.530.800.162067.5950.39
HexD6642B0355010144432
Octal32614453065120202410462
Binary1101011011001001010110110101101000010000101001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6642b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6642b; }

 p { color: rgb(214,100,43); }

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

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

 a { background-color: rgb(214,100,43); }

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

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

 span { border-color: rgb(214,100,43); }

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