Html Css Color HEX #DD5301 Persimmon

📋 copy color: '#DD5301'

red 221 ◦ green 83 ◦ blue 1

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

Shades of Persimmon #DD5301

Tints of Persimmon #DD5301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.21%

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

R = 72.46%
G = 27.21%
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

#DD5301 (or 0xDD5301) is known color: Persimmon. HEX triplet: DD, 53 and 01. RGB value is (221,83,1). Sum of RGB (Red+Green+Blue) = 221+83+1=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5301 is #22ACFE. Grayscale: #737373. Windows color (decimal): -2272511 or 87005. OLE color: 87005.

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

Color convert

RGB 221 83 1 -
CMYK 0 0.62 1.00 0.13
HSL 22.36º 0.99% 0.44% -
HSV(B) 22.36º 1% 0.87% -
XYZ 32.92 21.56 2.46 -
YUV 114.91 63.72 203.67 -
System Red Green Blue C M Y K H S L
Decimal 221 83 1 0 0.62 1.00 0.13 22.36 0.99 0.44
Hex DD 53 1 0 3E 64 D 16 63 2C
Octal 335 123 1 0 76 144 15 26 143 54
Binary 11011101 1010011 1 0 111110 1100100 1101 10110 1100011 101100

Color Harmonies of #DD5301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5301

Black with #DD5301

Text Example


Text Example

White with #DD5301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5301; }

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

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

background-color css

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

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

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

border-color css

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

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

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