Html Css Color HEX #DD5D01 Persimmon

📋 copy color: '#DD5D01'

red 221 ◦ green 93 ◦ blue 1

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

Shades of Persimmon #DD5D01

Tints of Persimmon #DD5D01

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.52%

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

R = 70.16%
G = 29.52%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD5D01 (or 0xDD5D01) is known color: Persimmon. HEX triplet: DD, 5D and 01. RGB value is (221,93,1). Sum of RGB (Red+Green+Blue) = 221+93+1=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5D01 is #22A2FE. Grayscale: #797979. Windows color (decimal): -2269951 or 89565. OLE color: 89565.

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

Color convert

RGB 221 93 1 -
CMYK 0 0.58 1.00 0.13
HSL 25.09º 0.99% 0.44% -
HSV(B) 25.09º 1% 0.87% -
XYZ 33.74 23.2 2.73 -
YUV 120.78 60.41 199.48 -
System Red Green Blue C M Y K H S L
Decimal 221 93 1 0 0.58 1.00 0.13 25.09 0.99 0.44
Hex DD 5D 1 0 3A 64 D 19 63 2C
Octal 335 135 1 0 72 144 15 31 143 54
Binary 11011101 1011101 1 0 111010 1100100 1101 11001 1100011 101100

Color Harmonies of #DD5D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5D01

Black with #DD5D01

Text Example


Text Example

White with #DD5D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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