Html Css Color HEX #DC612C Gold Drop

📋 copy color: '#DC612C'

red 220 ◦ green 97 ◦ blue 44

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

Shades of Gold Drop #DC612C

Tints of Gold Drop #DC612C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.87%

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

R = 60.94%
G = 26.87%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DC612C (or 0xDC612C) is known color: Gold Drop. HEX triplet: DC, 61 and 2C. RGB value is (220,97,44). Sum of RGB (Red+Green+Blue) = 220+97+44=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC612C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC612C is #239ED3. Grayscale: #808080. Windows color (decimal): -2334420 or 2908636. OLE color: 2908636.

HSL color Cylindrical-coordinate representation of color #DC612C: hue angle of 18.07º 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 #DC612C is Cyan = 0, Magento = 0.56, Yellow = 0.8 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 97 44 -
CMYK 0 0.56 0.8 0.14
HSL 18.07º 0.72% 0.52% -
HSV(B) 18.07º 0.8% 0.86% -
XYZ 34.24 23.95 5.2 -
YUV 127.74 80.75 193.81 -
System Red Green Blue C M Y K H S L
Decimal 220 97 44 0 0.56 0.8 0.14 18.07 0.72 0.52
Hex DC 61 2C 0 38 50 E 12 48 34
Octal 334 141 54 0 70 120 16 22 110 64
Binary 11011100 1100001 101100 0 111000 1010000 1110 10010 1001000 110100

Color Harmonies of #DC612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC612C

Black with #DC612C

Text Example


Text Example

White with #DC612C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC612C; }

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

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

background-color css

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

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

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

border-color css

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

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

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