Html Css Color HEX #DD5B0E Persimmon

📋 copy color: '#DD5B0E'

red 221 ◦ green 91 ◦ blue 14

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

Shades of Persimmon #DD5B0E

Tints of Persimmon #DD5B0E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.91%

 BLUE value IS 14 (5.86% from 255) = 4.29%

R = 67.79%
G = 27.91%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD5B0E (or 0xDD5B0E) is known color: Persimmon. HEX triplet: DD, 5B and 0E. RGB value is (221,91,14). Sum of RGB (Red+Green+Blue) = 221+91+14=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5B0E is #22A4F1. Grayscale: #797979. Windows color (decimal): -2270450 or 941021. OLE color: 941021.

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

Color convert

RGB 221 91 14 -
CMYK 0 0.59 0.94 0.13
HSL 22.32º 0.88% 0.46% -
HSV(B) 22.32º 0.94% 0.87% -
XYZ 33.64 22.89 3.06 -
YUV 121.09 67.57 199.26 -
System Red Green Blue C M Y K H S L
Decimal 221 91 14 0 0.59 0.94 0.13 22.32 0.88 0.46
Hex DD 5B E 0 3B 5E D 16 58 2E
Octal 335 133 16 0 73 136 15 26 130 56
Binary 11011101 1011011 1110 0 111011 1011110 1101 10110 1011000 101110

Color Harmonies of #DD5B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5B0E

Black with #DD5B0E

Text Example


Text Example

White with #DD5B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5B0E; }

 p { color: rgb(221,91,14); }

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

background-color css

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

 a { background-color: rgb(221,91,14); }

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

border-color css

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

 span { border-color: rgb(221,91,14); }

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