Html Css Color HEX #DC6329 Gold Drop

📋 copy color: '#DC6329'

red 220 ◦ green 99 ◦ blue 41

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

Shades of Gold Drop #DC6329

Tints of Gold Drop #DC6329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.5%

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

R = 61.11%
G = 27.5%
B = 11.39%

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

#DC6329 (or 0xDC6329) is known color: Gold Drop. HEX triplet: DC, 63 and 29. RGB value is (220,99,41). Sum of RGB (Red+Green+Blue) = 220+99+41=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6329 is #239CD6. Grayscale: #808080. Windows color (decimal): -2333911 or 2712540. OLE color: 2712540.

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

Color convert

RGB 220 99 41 -
CMYK 0 0.55 0.81 0.14
HSL 19.44º 0.72% 0.51% -
HSV(B) 19.44º 0.81% 0.86% -
XYZ 34.38 24.3 4.98 -
YUV 128.57 78.59 193.22 -
System Red Green Blue C M Y K H S L
Decimal 220 99 41 0 0.55 0.81 0.14 19.44 0.72 0.51
Hex DC 63 29 0 37 51 E 13 48 33
Octal 334 143 51 0 67 121 16 23 110 63
Binary 11011100 1100011 101001 0 110111 1010001 1110 10011 1001000 110011

Color Harmonies of #DC6329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6329

Black with #DC6329

Text Example


Text Example

White with #DC6329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6329; }

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

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

background-color css

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

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

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

border-color css

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

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

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