Html Css Color HEX #DD5A08 Persimmon

📋 copy color: '#DD5A08'

red 221 ◦ green 90 ◦ blue 8

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

Shades of Persimmon #DD5A08

Tints of Persimmon #DD5A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.51%

R = 69.28%
G = 28.21%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD5A08 (or 0xDD5A08) is known color: Persimmon. HEX triplet: DD, 5A and 08. RGB value is (221,90,8). Sum of RGB (Red+Green+Blue) = 221+90+8=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5A08 is #22A5F7. Grayscale: #787878. Windows color (decimal): -2270712 or 547549. OLE color: 547549.

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

Color convert

RGB 221 90 8 -
CMYK 0 0.59 0.96 0.13
HSL 23.1º 0.93% 0.45% -
HSV(B) 23.1º 0.96% 0.87% -
XYZ 33.52 22.7 2.85 -
YUV 119.82 64.9 200.17 -
System Red Green Blue C M Y K H S L
Decimal 221 90 8 0 0.59 0.96 0.13 23.1 0.93 0.45
Hex DD 5A 8 0 3B 60 D 17 5D 2D
Octal 335 132 10 0 73 140 15 27 135 55
Binary 11011101 1011010 1000 0 111011 1100000 1101 10111 1011101 101101

Color Harmonies of #DD5A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A08

Black with #DD5A08

Text Example


Text Example

White with #DD5A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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