Html Css Color HEX #DC642C Gold Drop

📋 copy color: '#DC642C'

red 220 ◦ green 100 ◦ blue 44

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

Shades of Gold Drop #DC642C

Tints of Gold Drop #DC642C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.09%

R = 60.44%
G = 27.47%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DC642C (or 0xDC642C) is known color: Gold Drop. HEX triplet: DC, 64 and 2C. RGB value is (220,100,44). Sum of RGB (Red+Green+Blue) = 220+100+44=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC642C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC642C is #239BD3. Grayscale: #818181. Windows color (decimal): -2333652 or 2909404. OLE color: 2909404.

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

Color convert

RGB 220 100 44 -
CMYK 0 0.55 0.8 0.14
HSL 19.09º 0.72% 0.52% -
HSV(B) 19.09º 0.8% 0.86% -
XYZ 34.53 24.51 5.29 -
YUV 129.5 79.76 192.55 -
System Red Green Blue C M Y K H S L
Decimal 220 100 44 0 0.55 0.8 0.14 19.09 0.72 0.52
Hex DC 64 2C 0 37 50 E 13 48 34
Octal 334 144 54 0 67 120 16 23 110 64
Binary 11011100 1100100 101100 0 110111 1010000 1110 10011 1001000 110100

Color Harmonies of #DC642C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC642C

Black with #DC642C

Text Example


Text Example

White with #DC642C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC642C; }

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

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

background-color css

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

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

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

border-color css

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

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

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