Html Css Color HEX #DD6527 Gold Drop

📋 copy color: '#DD6527'

red 221 ◦ green 101 ◦ blue 39

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

Shades of Gold Drop #DD6527

Tints of Gold Drop #DD6527

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.98%

 BLUE value IS 39 (15.63% from 255) = 10.8%

R = 61.22%
G = 27.98%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD6527 (or 0xDD6527) is known color: Gold Drop. HEX triplet: DD, 65 and 27. RGB value is (221,101,39). Sum of RGB (Red+Green+Blue) = 221+101+39=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6527 is #229AD8. Grayscale: #828282. Windows color (decimal): -2267865 or 2581981. OLE color: 2581981.

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

Color convert

RGB 221 101 39 -
CMYK 0 0.54 0.82 0.13
HSL 20.44º 0.73% 0.51% -
HSV(B) 20.44º 0.82% 0.87% -
XYZ 34.84 24.83 4.88 -
YUV 129.81 76.76 193.04 -
System Red Green Blue C M Y K H S L
Decimal 221 101 39 0 0.54 0.82 0.13 20.44 0.73 0.51
Hex DD 65 27 0 36 52 D 14 49 33
Octal 335 145 47 0 66 122 15 24 111 63
Binary 11011101 1100101 100111 0 110110 1010010 1101 10100 1001001 110011

Color Harmonies of #DD6527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6527

Black with #DD6527

Text Example


Text Example

White with #DD6527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6527; }

 p { color: rgb(221,101,39); }

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

background-color css

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

 a { background-color: rgb(221,101,39); }

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

border-color css

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

 span { border-color: rgb(221,101,39); }

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