#D6622B

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

Shades of Gold Drop #D6622B

Tints of Gold Drop #D6622B

Color information

#D6622B (or 0xD6622B) is unknown color: approx Gold Drop. HEX triplet: D6, 62 and 2B. RGB value is (214,98,43). Sum of RGB (Red+Green+Blue) = 214+98+43=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D6622B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6622B is #299DD4. Grayscale: #7E7E7E. Windows color (decimal): -2727381 or 2843350. OLE color: 2843350.

HSL color Cylindrical-coordinate representation of color #D6622B: hue angle of 19.3º 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 #D6622B is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB2149843-
CMYK00.540.800.16
HSL19.3º67.59%50.39%-
HSV(B)19.3º79.91%83.92%-
XYZ32.5423.215.05-
YUV126.4180.93190.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 60.28%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 43 (17.19% from 255) = 12.11%
R=60.28%
G=27.61%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214984300.540.800.1619.367.5950.39
HexD6622B0365010134432
Octal32614253066120202310462
Binary1101011011000101010110110110101000010000100111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6622B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6622B; }

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

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

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

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

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

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

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

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