Html Css Color HEX #DD5D03 Persimmon

📋 copy color: '#DD5D03'

red 221 ◦ green 93 ◦ blue 3

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

Shades of Persimmon #DD5D03

Tints of Persimmon #DD5D03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.95%

R = 69.72%
G = 29.34%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD5D03 (or 0xDD5D03) is known color: Persimmon. HEX triplet: DD, 5D and 03. RGB value is (221,93,3). Sum of RGB (Red+Green+Blue) = 221+93+3=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5D03 is #22A2FC. Grayscale: #797979. Windows color (decimal): -2269949 or 220637. OLE color: 220637.

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

Color convert

RGB 221 93 3 -
CMYK 0 0.58 0.99 0.13
HSL 24.77º 0.97% 0.44% -
HSV(B) 24.77º 0.99% 0.87% -
XYZ 33.75 23.21 2.79 -
YUV 121.01 61.41 199.32 -
System Red Green Blue C M Y K H S L
Decimal 221 93 3 0 0.58 0.99 0.13 24.77 0.97 0.44
Hex DD 5D 3 0 3A 63 D 19 61 2C
Octal 335 135 3 0 72 143 15 31 141 54
Binary 11011101 1011101 11 0 111010 1100011 1101 11001 1100001 101100

Color Harmonies of #DD5D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5D03

Black with #DD5D03

Text Example


Text Example

White with #DD5D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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