Html Css Color HEX #DD6229 Gold Drop

📋 copy color: '#DD6229'

red 221 ◦ green 98 ◦ blue 41

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

Shades of Gold Drop #DD6229

Tints of Gold Drop #DD6229

RGB

 RED value IS 221 (86.72% from 255) = 61.39%

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

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

R = 61.39%
G = 27.22%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD6229 (or 0xDD6229) is known color: Gold Drop. HEX triplet: DD, 62 and 29. RGB value is (221,98,41). Sum of RGB (Red+Green+Blue) = 221+98+41=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6229 is #229DD6. Grayscale: #808080. Windows color (decimal): -2268631 or 2712285. OLE color: 2712285.

HSL color Cylindrical-coordinate representation of color #DD6229: hue angle of 19º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD6229 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 98 41 -
CMYK 0 0.56 0.81 0.13
HSL 19º 0.73% 0.51% -
HSV(B) 19º 0.81% 0.87% -
XYZ 34.59 24.27 4.96 -
YUV 128.28 78.75 194.13 -
System Red Green Blue C M Y K H S L
Decimal 221 98 41 0 0.56 0.81 0.13 19 0.73 0.51
Hex DD 62 29 0 38 51 D 13 49 33
Octal 335 142 51 0 70 121 15 23 111 63
Binary 11011101 1100010 101001 0 111000 1010001 1101 10011 1001001 110011

Color Harmonies of #DD6229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6229

Black with #DD6229

Text Example


Text Example

White with #DD6229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6229; }

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

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

background-color css

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

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

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

border-color css

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

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

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