Html Css Color HEX #DC642A Gold Drop

📋 copy color: '#DC642A'

red 220 ◦ green 100 ◦ blue 42

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

Shades of Gold Drop #DC642A

Tints of Gold Drop #DC642A

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.8% from 255) = 11.6%

R = 60.77%
G = 27.62%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC642A (or 0xDC642A) is known color: 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

RGB 220 100 42 -
CMYK 0 0.55 0.81 0.14
HSL 19.55º 0.72% 0.51% -
HSV(B) 19.55º 0.81% 0.86% -
XYZ 34.49 24.5 5.1 -
YUV 129.27 78.76 192.72 -
System Red Green Blue C M Y K H S L
Decimal 220 100 42 0 0.55 0.81 0.14 19.55 0.72 0.51
Hex DC 64 2A 0 37 51 E 14 48 33
Octal 334 144 52 0 67 121 16 24 110 63
Binary 11011100 1100100 101010 0 110111 1010001 1110 10100 1001000 110011

Color Harmonies of #DC642A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC642A

Black with #DC642A

Text Example


Text Example

White with #DC642A

Text Example


Text Example

HTML Codes & Css Web 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>