Html Css Color HEX #DD6629 Gold Drop

📋 copy color: '#DD6629'

red 221 ◦ green 102 ◦ blue 41

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

Shades of Gold Drop #DD6629

Tints of Gold Drop #DD6629

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.02%

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

R = 60.71%
G = 28.02%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD6629 (or 0xDD6629) is known color: Gold Drop. HEX triplet: DD, 66 and 29. RGB value is (221,102,41). Sum of RGB (Red+Green+Blue) = 221+102+41=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6629 is #2299D6. Grayscale: #828282. Windows color (decimal): -2267607 or 2713309. OLE color: 2713309.

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

Color convert

RGB 221 102 41 -
CMYK 0 0.54 0.81 0.13
HSL 20.33º 0.73% 0.51% -
HSV(B) 20.33º 0.81% 0.87% -
XYZ 34.97 25.03 5.09 -
YUV 130.63 77.42 192.46 -
System Red Green Blue C M Y K H S L
Decimal 221 102 41 0 0.54 0.81 0.13 20.33 0.73 0.51
Hex DD 66 29 0 36 51 D 14 49 33
Octal 335 146 51 0 66 121 15 24 111 63
Binary 11011101 1100110 101001 0 110110 1010001 1101 10100 1001001 110011

Color Harmonies of #DD6629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6629

Black with #DD6629

Text Example


Text Example

White with #DD6629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6629; }

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

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

background-color css

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

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

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

border-color css

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

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

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