Html Css Color HEX #DC6028 Gold Drop

📋 copy color: '#DC6028'

red 220 ◦ green 96 ◦ blue 40

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

Shades of Gold Drop #DC6028

Tints of Gold Drop #DC6028

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.97%

 BLUE value IS 40 (16.02% from 255) = 11.24%

R = 61.8%
G = 26.97%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC6028 (or 0xDC6028) is known color: Gold Drop. HEX triplet: DC, 60 and 28. RGB value is (220,96,40). Sum of RGB (Red+Green+Blue) = 220+96+40=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6028 is #239FD7. Grayscale: #7F7F7F. Windows color (decimal): -2334680 or 2646236. OLE color: 2646236.

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

Color convert

RGB 220 96 40 -
CMYK 0 0.56 0.82 0.14
HSL 18.67º 0.72% 0.51% -
HSV(B) 18.67º 0.82% 0.86% -
XYZ 34.08 23.73 4.79 -
YUV 126.69 79.08 194.55 -
System Red Green Blue C M Y K H S L
Decimal 220 96 40 0 0.56 0.82 0.14 18.67 0.72 0.51
Hex DC 60 28 0 38 52 E 13 48 33
Octal 334 140 50 0 70 122 16 23 110 63
Binary 11011100 1100000 101000 0 111000 1010010 1110 10011 1001000 110011

Color Harmonies of #DC6028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6028

Black with #DC6028

Text Example


Text Example

White with #DC6028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6028; }

 p { color: rgb(220,96,40); }

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

background-color css

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

 a { background-color: rgb(220,96,40); }

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

border-color css

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

 span { border-color: rgb(220,96,40); }

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