Html Css Color HEX #DC6229 Gold Drop

📋 copy color: '#DC6229'

red 220 ◦ green 98 ◦ blue 41

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

Shades of Gold Drop #DC6229

Tints of Gold Drop #DC6229

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.3%

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

R = 61.28%
G = 27.3%
B = 11.42%

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

#DC6229 (or 0xDC6229) is known color: Gold Drop. HEX triplet: DC, 62 and 29. RGB value is (220,98,41). Sum of RGB (Red+Green+Blue) = 220+98+41=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6229 is #239DD6. Grayscale: #808080. Windows color (decimal): -2334167 or 2712284. OLE color: 2712284.

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

Color convert

RGB 220 98 41 -
CMYK 0 0.55 0.81 0.14
HSL 19.11º 0.72% 0.51% -
HSV(B) 19.11º 0.81% 0.86% -
XYZ 34.28 24.11 4.94 -
YUV 127.98 78.92 193.63 -
System Red Green Blue C M Y K H S L
Decimal 220 98 41 0 0.55 0.81 0.14 19.11 0.72 0.51
Hex DC 62 29 0 37 51 E 13 48 33
Octal 334 142 51 0 67 121 16 23 110 63
Binary 11011100 1100010 101001 0 110111 1010001 1110 10011 1001000 110011

Color Harmonies of #DC6229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6229

Black with #DC6229

Text Example


Text Example

White with #DC6229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6229; }

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

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

background-color css

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

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

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

border-color css

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

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

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