Html Css Color HEX #DC6429 Gold Drop

📋 copy color: '#DC6429'

red 220 ◦ green 100 ◦ blue 41

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

Shades of Gold Drop #DC6429

Tints of Gold Drop #DC6429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.36%

R = 60.94%
G = 27.7%
B = 11.36%

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

#DC6429 (or 0xDC6429) is known color: Gold Drop. HEX triplet: DC, 64 and 29. RGB value is (220,100,41). Sum of RGB (Red+Green+Blue) = 220+100+41=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6429 is #239BD6. Grayscale: #818181. Windows color (decimal): -2333655 or 2712796. OLE color: 2712796.

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

Color convert

RGB 220 100 41 -
CMYK 0 0.55 0.81 0.14
HSL 19.78º 0.72% 0.51% -
HSV(B) 19.78º 0.81% 0.86% -
XYZ 34.47 24.49 5.01 -
YUV 129.15 78.26 192.8 -
System Red Green Blue C M Y K H S L
Decimal 220 100 41 0 0.55 0.81 0.14 19.78 0.72 0.51
Hex DC 64 29 0 37 51 E 14 48 33
Octal 334 144 51 0 67 121 16 24 110 63
Binary 11011100 1100100 101001 0 110111 1010001 1110 10100 1001000 110011

Color Harmonies of #DC6429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6429

Black with #DC6429

Text Example


Text Example

White with #DC6429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6429; }

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

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

background-color css

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

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

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

border-color css

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

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

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