Html Css Color HEX #DD5A03 Persimmon

📋 copy color: '#DD5A03'

red 221 ◦ green 90 ◦ blue 3

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

Shades of Persimmon #DD5A03

Tints of Persimmon #DD5A03

RGB

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

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

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

R = 70.38%
G = 28.66%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD5A03 (or 0xDD5A03) is known color: Persimmon. HEX triplet: DD, 5A and 03. RGB value is (221,90,3). Sum of RGB (Red+Green+Blue) = 221+90+3=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 3 (1.56% from 255 or 0.96% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5A03 is #22A5FC. Grayscale: #777777. Windows color (decimal): -2270717 or 219869. OLE color: 219869.

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

Color convert

RGB 221 90 3 -
CMYK 0 0.59 0.99 0.13
HSL 23.94º 0.97% 0.44% -
HSV(B) 23.94º 0.99% 0.87% -
XYZ 33.49 22.69 2.7 -
YUV 119.25 62.4 200.57 -
System Red Green Blue C M Y K H S L
Decimal 221 90 3 0 0.59 0.99 0.13 23.94 0.97 0.44
Hex DD 5A 3 0 3B 63 D 18 61 2C
Octal 335 132 3 0 73 143 15 30 141 54
Binary 11011101 1011010 11 0 111011 1100011 1101 11000 1100001 101100

Color Harmonies of #DD5A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A03

Black with #DD5A03

Text Example


Text Example

White with #DD5A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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