Html Css Color HEX #DC6528 Gold Drop

📋 copy color: '#DC6528'

red 220 ◦ green 101 ◦ blue 40

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

Shades of Gold Drop #DC6528

Tints of Gold Drop #DC6528

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.98%

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

R = 60.94%
G = 27.98%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC6528 (or 0xDC6528) is known color: Gold Drop. HEX triplet: DC, 65 and 28. RGB value is (220,101,40). Sum of RGB (Red+Green+Blue) = 220+101+40=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6528 is #239AD7. Grayscale: #818181. Windows color (decimal): -2333400 or 2647516. OLE color: 2647516.

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

Color convert

RGB 220 101 40 -
CMYK 0 0.54 0.82 0.14
HSL 20.33º 0.72% 0.51% -
HSV(B) 20.33º 0.82% 0.86% -
XYZ 34.55 24.68 4.95 -
YUV 129.63 77.42 192.46 -
System Red Green Blue C M Y K H S L
Decimal 220 101 40 0 0.54 0.82 0.14 20.33 0.72 0.51
Hex DC 65 28 0 36 52 E 14 48 33
Octal 334 145 50 0 66 122 16 24 110 63
Binary 11011100 1100101 101000 0 110110 1010010 1110 10100 1001000 110011

Color Harmonies of #DC6528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6528

Black with #DC6528

Text Example


Text Example

White with #DC6528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6528; }

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

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

background-color css

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

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

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

border-color css

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

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

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