Html Css Color HEX #DD6D30 Gold Drop

📋 copy color: '#DD6D30'

red 221 ◦ green 109 ◦ blue 48

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

Shades of Gold Drop #DD6D30

Tints of Gold Drop #DD6D30

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.84%

 BLUE value IS 48 (19.14% from 255) = 12.7%

R = 58.47%
G = 28.84%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD6D30 (or 0xDD6D30) is known color: Gold Drop. HEX triplet: DD, 6D and 30. RGB value is (221,109,48). Sum of RGB (Red+Green+Blue) = 221+109+48=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6D30 is #2292CF. Grayscale: #878787. Windows color (decimal): -2265808 or 3173853. OLE color: 3173853.

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

Color convert

RGB 221 109 48 -
CMYK 0 0.51 0.78 0.13
HSL 21.16º 0.72% 0.53% -
HSV(B) 21.16º 0.78% 0.87% -
XYZ 35.82 26.52 6.03 -
YUV 135.53 78.61 188.96 -
System Red Green Blue C M Y K H S L
Decimal 221 109 48 0 0.51 0.78 0.13 21.16 0.72 0.53
Hex DD 6D 30 0 33 4E D 15 48 35
Octal 335 155 60 0 63 116 15 25 110 65
Binary 11011101 1101101 110000 0 110011 1001110 1101 10101 1001000 110101

Color Harmonies of #DD6D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D30

Black with #DD6D30

Text Example


Text Example

White with #DD6D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D30; }

 p { color: rgb(221,109,48); }

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

background-color css

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

 a { background-color: rgb(221,109,48); }

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

border-color css

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

 span { border-color: rgb(221,109,48); }

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