Html Css Color HEX #DD5A01 Persimmon

📋 copy color: '#DD5A01'

red 221 ◦ green 90 ◦ blue 1

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

Shades of Persimmon #DD5A01

Tints of Persimmon #DD5A01

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.85%

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

R = 70.83%
G = 28.85%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD5A01 (or 0xDD5A01) is known color: Persimmon. HEX triplet: DD, 5A and 01. RGB value is (221,90,1). Sum of RGB (Red+Green+Blue) = 221+90+1=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5A01 is #22A5FE. Grayscale: #777777. Windows color (decimal): -2270719 or 88797. OLE color: 88797.

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

Color convert

RGB 221 90 1 -
CMYK 0 0.59 1.00 0.13
HSL 24.27º 0.99% 0.44% -
HSV(B) 24.27º 1% 0.87% -
XYZ 33.48 22.69 2.64 -
YUV 119.02 61.4 200.74 -
System Red Green Blue C M Y K H S L
Decimal 221 90 1 0 0.59 1.00 0.13 24.27 0.99 0.44
Hex DD 5A 1 0 3B 64 D 18 63 2C
Octal 335 132 1 0 73 144 15 30 143 54
Binary 11011101 1011010 1 0 111011 1100100 1101 11000 1100011 101100

Color Harmonies of #DD5A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A01

Black with #DD5A01

Text Example


Text Example

White with #DD5A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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