Html Css Color HEX #DC6729 Gold Drop

📋 copy color: '#DC6729'

red 220 ◦ green 103 ◦ blue 41

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

Shades of Gold Drop #DC6729

Tints of Gold Drop #DC6729

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.3%

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

R = 60.44%
G = 28.3%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC6729 (or 0xDC6729) is known color: Gold Drop. HEX triplet: DC, 67 and 29. RGB value is (220,103,41). Sum of RGB (Red+Green+Blue) = 220+103+41=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6729 is #2398D6. Grayscale: #838383. Windows color (decimal): -2332887 or 2713564. OLE color: 2713564.

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

Color convert

RGB 220 103 41 -
CMYK 0 0.53 0.81 0.14
HSL 20.78º 0.72% 0.51% -
HSV(B) 20.78º 0.81% 0.86% -
XYZ 34.77 25.08 5.11 -
YUV 130.92 77.26 191.54 -
System Red Green Blue C M Y K H S L
Decimal 220 103 41 0 0.53 0.81 0.14 20.78 0.72 0.51
Hex DC 67 29 0 35 51 E 15 48 33
Octal 334 147 51 0 65 121 16 25 110 63
Binary 11011100 1100111 101001 0 110101 1010001 1110 10101 1001000 110011

Color Harmonies of #DC6729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6729

Black with #DC6729

Text Example


Text Example

White with #DC6729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6729; }

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

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

background-color css

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

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

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

border-color css

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

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

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