Html Css Color HEX #DD5E03 Persimmon

📋 copy color: '#DD5E03'

red 221 ◦ green 94 ◦ blue 3

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

Shades of Persimmon #DD5E03

Tints of Persimmon #DD5E03

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.56%

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

R = 69.5%
G = 29.56%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD5E03 (or 0xDD5E03) is known color: Persimmon. HEX triplet: DD, 5E and 03. RGB value is (221,94,3). Sum of RGB (Red+Green+Blue) = 221+94+3=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5E03 is #22A1FC. Grayscale: #7A7A7A. Windows color (decimal): -2269693 or 220893. OLE color: 220893.

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

Color convert

RGB 221 94 3 -
CMYK 0 0.57 0.99 0.13
HSL 25.05º 0.97% 0.44% -
HSV(B) 25.05º 0.99% 0.87% -
XYZ 33.84 23.38 2.82 -
YUV 121.6 61.08 198.9 -
System Red Green Blue C M Y K H S L
Decimal 221 94 3 0 0.57 0.99 0.13 25.05 0.97 0.44
Hex DD 5E 3 0 39 63 D 19 61 2C
Octal 335 136 3 0 71 143 15 31 141 54
Binary 11011101 1011110 11 0 111001 1100011 1101 11001 1100001 101100

Color Harmonies of #DD5E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E03

Black with #DD5E03

Text Example


Text Example

White with #DD5E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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