Html Css Color HEX #DD6126 Gold Drop

📋 copy color: '#DD6126'

red 221 ◦ green 97 ◦ blue 38

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

Shades of Gold Drop #DD6126

Tints of Gold Drop #DD6126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.67%

R = 62.08%
G = 27.25%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD6126 (or 0xDD6126) is known color: Gold Drop. HEX triplet: DD, 61 and 26. RGB value is (221,97,38). Sum of RGB (Red+Green+Blue) = 221+97+38=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6126 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6126 is #229ED9. Grayscale: #7F7F7F. Windows color (decimal): -2268890 or 2515421. OLE color: 2515421.

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

Color convert

RGB 221 97 38 -
CMYK 0 0.56 0.83 0.13
HSL 19.34º 0.73% 0.51% -
HSV(B) 19.34º 0.83% 0.87% -
XYZ 34.44 24.06 4.66 -
YUV 127.35 77.58 194.8 -
System Red Green Blue C M Y K H S L
Decimal 221 97 38 0 0.56 0.83 0.13 19.34 0.73 0.51
Hex DD 61 26 0 38 53 D 13 49 33
Octal 335 141 46 0 70 123 15 23 111 63
Binary 11011101 1100001 100110 0 111000 1010011 1101 10011 1001001 110011

Color Harmonies of #DD6126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6126

Black with #DD6126

Text Example


Text Example

White with #DD6126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6126; }

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

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

background-color css

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

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

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

border-color css

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

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

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