Html Css Color HEX #DC642E Gold Drop

📋 copy color: '#DC642E'

red 220 ◦ green 100 ◦ blue 46

#DC642E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold Drop #DC642E

Tints of Gold Drop #DC642E

RGB

 RED value IS 220 (86.33% from 255) = 60.11%

 GREEN value IS 100 (39.45% from 255) = 27.32%

 BLUE value IS 46 (18.36% from 255) = 12.57%

R = 60.11%
G = 27.32%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC642E (or 0xDC642E) is known color: Gold Drop. HEX triplet: DC, 64 and 2E. RGB value is (220,100,46). Sum of RGB (Red+Green+Blue) = 220+100+46=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC642E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC642E is #239BD1. Grayscale: #828282. Windows color (decimal): -2333650 or 3040476. OLE color: 3040476.

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

Color convert

RGB 220 100 46 -
CMYK 0 0.55 0.79 0.14
HSL 18.62º 0.71% 0.52% -
HSV(B) 18.62º 0.79% 0.86% -
XYZ 34.57 24.53 5.5 -
YUV 129.72 80.76 192.39 -
System Red Green Blue C M Y K H S L
Decimal 220 100 46 0 0.55 0.79 0.14 18.62 0.71 0.52
Hex DC 64 2E 0 37 4F E 13 47 34
Octal 334 144 56 0 67 117 16 23 107 64
Binary 11011100 1100100 101110 0 110111 1001111 1110 10011 1000111 110100

Color Harmonies of #DC642E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC642E

Black with #DC642E

Text Example


Text Example

White with #DC642E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC642E; }

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

 H1.HeaderClassName
 {
   color: #DC642E;
 }
 .AnyTagClassName
 {
   color: #DC642E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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