Html Css Color HEX #DD6129 Gold Drop

📋 copy color: '#DD6129'

red 221 ◦ green 97 ◦ blue 41

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

Shades of Gold Drop #DD6129

Tints of Gold Drop #DD6129

RGB

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

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

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

R = 61.56%
G = 27.02%
B = 11.42%

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

#DD6129 (or 0xDD6129) is known color: Gold Drop. HEX triplet: DD, 61 and 29. RGB value is (221,97,41). Sum of RGB (Red+Green+Blue) = 221+97+41=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6129 is #229ED6. Grayscale: #808080. Windows color (decimal): -2268887 or 2712029. OLE color: 2712029.

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

Color convert

RGB 221 97 41 -
CMYK 0 0.56 0.81 0.13
HSL 18.67º 0.73% 0.51% -
HSV(B) 18.67º 0.81% 0.87% -
XYZ 34.49 24.08 4.93 -
YUV 127.69 79.08 194.55 -
System Red Green Blue C M Y K H S L
Decimal 221 97 41 0 0.56 0.81 0.13 18.67 0.73 0.51
Hex DD 61 29 0 38 51 D 13 49 33
Octal 335 141 51 0 70 121 15 23 111 63
Binary 11011101 1100001 101001 0 111000 1010001 1101 10011 1001001 110011

Color Harmonies of #DD6129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6129

Black with #DD6129

Text Example


Text Example

White with #DD6129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6129; }

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

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

background-color css

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

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

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

border-color css

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

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

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