Html Css Color HEX #DD5214 Persimmon

📋 copy color: '#DD5214'

red 221 ◦ green 82 ◦ blue 20

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

Shades of Persimmon #DD5214

Tints of Persimmon #DD5214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.39%

 BLUE value IS 20 (8.2% from 255) = 6.19%

R = 68.42%
G = 25.39%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD5214 (or 0xDD5214) is known color: Persimmon. HEX triplet: DD, 52 and 14. RGB value is (221,82,20). Sum of RGB (Red+Green+Blue) = 221+82+20=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5214 is #22ADEB. Grayscale: #747474. Windows color (decimal): -2272748 or 1331933. OLE color: 1331933.

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

Color convert

RGB 221 82 20 -
CMYK 0 0.63 0.91 0.13
HSL 18.51º 0.83% 0.47% -
HSV(B) 18.51º 0.91% 0.87% -
XYZ 32.96 21.46 3.07 -
YUV 116.49 73.55 202.54 -
System Red Green Blue C M Y K H S L
Decimal 221 82 20 0 0.63 0.91 0.13 18.51 0.83 0.47
Hex DD 52 14 0 3F 5B D 13 53 2F
Octal 335 122 24 0 77 133 15 23 123 57
Binary 11011101 1010010 10100 0 111111 1011011 1101 10011 1010011 101111

Color Harmonies of #DD5214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5214

Black with #DD5214

Text Example


Text Example

White with #DD5214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5214; }

 p { color: rgb(221,82,20); }

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

background-color css

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

 a { background-color: rgb(221,82,20); }

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

border-color css

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

 span { border-color: rgb(221,82,20); }

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