Html Css Color HEX #DC6129 Gold Drop

📋 copy color: '#DC6129'

red 220 ◦ green 97 ◦ blue 41

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

Shades of Gold Drop #DC6129

Tints of Gold Drop #DC6129

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.09%

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

R = 61.45%
G = 27.09%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC6129 (or 0xDC6129) is known color: Gold Drop. HEX triplet: DC, 61 and 29. RGB value is (220,97,41). Sum of RGB (Red+Green+Blue) = 220+97+41=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6129 is #239ED6. Grayscale: #7F7F7F. Windows color (decimal): -2334423 or 2712028. OLE color: 2712028.

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

Color convert

RGB 220 97 41 -
CMYK 0 0.56 0.81 0.14
HSL 18.77º 0.72% 0.51% -
HSV(B) 18.77º 0.81% 0.86% -
XYZ 34.19 23.93 4.91 -
YUV 127.39 79.25 194.05 -
System Red Green Blue C M Y K H S L
Decimal 220 97 41 0 0.56 0.81 0.14 18.77 0.72 0.51
Hex DC 61 29 0 38 51 E 13 48 33
Octal 334 141 51 0 70 121 16 23 110 63
Binary 11011100 1100001 101001 0 111000 1010001 1110 10011 1001000 110011

Color Harmonies of #DC6129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6129

Black with #DC6129

Text Example


Text Example

White with #DC6129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6129; }

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

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

background-color css

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

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

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

border-color css

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

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

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