#DC642A

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

Shades of Gold Drop #DC642A

Tints of Gold Drop #DC642A

Color information

#DC642A (or 0xDC642A) is unknown color: approx Gold Drop. HEX triplet: DC, 64 and 2A. RGB value is (220,100,42). Sum of RGB (Red+Green+Blue) = 220+100+42=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC642A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC642A is #239BD5. Grayscale: #818181. Windows color (decimal): -2333654 or 2778332. OLE color: 2778332.

HSL color Cylindrical-coordinate representation of color #DC642A: hue angle of 19.55º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC642A is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB22010042-
CMYK00.550.810.14
HSL19.55º71.77%51.37%-
HSV(B)19.55º80.91%86.27%-
XYZ34.4924.55.1-
YUV129.2778.76192.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.77%
GREEN value IS 100 (39.45% from 255) = 27.62%
BLUE value IS 42 (16.80% from 255) = 11.60%
R=60.77%
G=27.62%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201004200.550.810.1419.5571.7751.37
HexDC642A03751E144833
Octal33414452067121162411063
Binary110111001100100101010011011110100011110101001001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC642A; }

 p { color: rgb(220,100,42); }

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

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

 a { background-color: rgb(220,100,42); }

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

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

 span { border-color: rgb(220,100,42); }

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