#DA622B

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

Shades of Gold Drop #DA622B

Tints of Gold Drop #DA622B

Color information

#DA622B (or 0xDA622B) is unknown color: approx Gold Drop. HEX triplet: DA, 62 and 2B. RGB value is (218,98,43). Sum of RGB (Red+Green+Blue) = 218+98+43=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA622B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA622B is #259DD4. Grayscale: #7F7F7F. Windows color (decimal): -2465237 or 2843354. OLE color: 2843354.

HSL color Cylindrical-coordinate representation of color #DA622B: hue angle of 18.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA622B is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB2189843-
CMYK00.550.800.15
HSL18.86º70.28%51.18%-
HSV(B)18.86º80.28%85.49%-
XYZ33.7223.825.11-
YUV127.6180.26192.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 60.72%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 43 (17.19% from 255) = 11.98%
R=60.72%
G=27.30%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218984300.550.800.1518.8670.2851.18
HexDA622B03750F134633
Octal33214253067120172310663
Binary110110101100010101011011011110100001111100111000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA622B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA622B; }

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

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

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

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

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

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

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

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