Html Css Color HEX #DD590A Persimmon

📋 copy color: '#DD590A'

red 221 ◦ green 89 ◦ blue 10

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

Shades of Persimmon #DD590A

Tints of Persimmon #DD590A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.81%

 BLUE value IS 10 (4.3% from 255) = 3.13%

R = 69.06%
G = 27.81%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD590A (or 0xDD590A) is known color: Persimmon. HEX triplet: DD, 59 and 0A. RGB value is (221,89,10). Sum of RGB (Red+Green+Blue) = 221+89+10=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD590A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD590A is #22A6F5. Grayscale: #777777. Windows color (decimal): -2270966 or 678365. OLE color: 678365.

HSL color Cylindrical-coordinate representation of color #DD590A: hue angle of 22.46º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD590A is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 89 10 -
CMYK 0 0.60 0.95 0.13
HSL 22.46º 0.91% 0.45% -
HSV(B) 22.46º 0.95% 0.87% -
XYZ 33.45 22.54 2.87 -
YUV 119.46 66.23 200.42 -
System Red Green Blue C M Y K H S L
Decimal 221 89 10 0 0.60 0.95 0.13 22.46 0.91 0.45
Hex DD 59 A 0 3C 5F D 16 5B 2D
Octal 335 131 12 0 74 137 15 26 133 55
Binary 11011101 1011001 1010 0 111100 1011111 1101 10110 1011011 101101

Color Harmonies of #DD590A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD590A

Black with #DD590A

Text Example


Text Example

White with #DD590A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD590A; }

 p { color: rgb(221,89,10); }

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

background-color css

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

 a { background-color: rgb(221,89,10); }

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

border-color css

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

 span { border-color: rgb(221,89,10); }

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