Html Css Color HEX #DD5A00 Persimmon

📋 copy color: '#DD5A00'

red 221 ◦ green 90 ◦ blue 0

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

Shades of Persimmon #DD5A00

Tints of Persimmon #DD5A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.06%
G = 28.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD5A00 (or 0xDD5A00) is known color: Persimmon. HEX triplet: DD, 5A and 00. RGB value is (221,90,0). Sum of RGB (Red+Green+Blue) = 221+90+0=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5A00 is #22A5FF. Grayscale: #777777. Windows color (decimal): -2270720 or 23261. OLE color: 23261.

HSL color Cylindrical-coordinate representation of color #DD5A00: hue angle of 24.43º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD5A00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 90 0 -
CMYK 0 0.59 1 0.13
HSL 24.43º 1% 0.43% -
HSV(B) 24.43º 1% 0.87% -
XYZ 33.47 22.68 2.61 -
YUV 118.91 60.9 200.82 -
System Red Green Blue C M Y K H S L
Decimal 221 90 0 0 0.59 1 0.13 24.43 1 0.43
Hex DD 5A 0 0 3B 64 D 18 64 2B
Octal 335 132 0 0 73 144 15 30 144 53
Binary 11011101 1011010 0 0 111011 1100100 1101 11000 1100100 101011

Color Harmonies of #DD5A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A00

Black with #DD5A00

Text Example


Text Example

White with #DD5A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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