Html Css Color HEX #DD5401 Persimmon

📋 copy color: '#DD5401'

red 221 ◦ green 84 ◦ blue 1

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

Shades of Persimmon #DD5401

Tints of Persimmon #DD5401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 72.22%
G = 27.45%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD5401 (or 0xDD5401) is known color: Persimmon. HEX triplet: DD, 54 and 01. RGB value is (221,84,1). Sum of RGB (Red+Green+Blue) = 221+84+1=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5401 is #22ABFE. Grayscale: #737373. Windows color (decimal): -2272255 or 87261. OLE color: 87261.

HSL color Cylindrical-coordinate representation of color #DD5401: hue angle of 22.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD5401 is Cyan = 0, Magento = 0.62, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 84 1 -
CMYK 0 0.62 1.00 0.13
HSL 22.64º 0.99% 0.44% -
HSV(B) 22.64º 1% 0.87% -
XYZ 32.99 21.71 2.48 -
YUV 115.5 63.39 203.25 -
System Red Green Blue C M Y K H S L
Decimal 221 84 1 0 0.62 1.00 0.13 22.64 0.99 0.44
Hex DD 54 1 0 3E 64 D 17 63 2C
Octal 335 124 1 0 76 144 15 27 143 54
Binary 11011101 1010100 1 0 111110 1100100 1101 10111 1100011 101100

Color Harmonies of #DD5401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5401

Black with #DD5401

Text Example


Text Example

White with #DD5401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5401; }

 p { color: rgb(221,84,1); }

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

background-color css

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

 a { background-color: rgb(221,84,1); }

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

border-color css

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

 span { border-color: rgb(221,84,1); }

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