Html Css Color HEX #DD510E Persimmon

📋 copy color: '#DD510E'

red 221 ◦ green 81 ◦ blue 14

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

Shades of Persimmon #DD510E

Tints of Persimmon #DD510E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.63%

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

R = 69.94%
G = 25.63%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD510E (or 0xDD510E) is known color: Persimmon. HEX triplet: DD, 51 and 0E. RGB value is (221,81,14). Sum of RGB (Red+Green+Blue) = 221+81+14=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD510E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD510E is #22AEF1. Grayscale: #737373. Windows color (decimal): -2273010 or 938461. OLE color: 938461.

HSL color Cylindrical-coordinate representation of color #DD510E: hue angle of 19.42º 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 #DD510E is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 81 14 -
CMYK 0 0.63 0.94 0.13
HSL 19.42º 0.88% 0.46% -
HSV(B) 19.42º 0.94% 0.87% -
XYZ 32.84 21.29 2.79 -
YUV 115.22 70.88 203.45 -
System Red Green Blue C M Y K H S L
Decimal 221 81 14 0 0.63 0.94 0.13 19.42 0.88 0.46
Hex DD 51 E 0 3F 5E D 13 58 2E
Octal 335 121 16 0 77 136 15 23 130 56
Binary 11011101 1010001 1110 0 111111 1011110 1101 10011 1011000 101110

Color Harmonies of #DD510E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD510E

Black with #DD510E

Text Example


Text Example

White with #DD510E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD510E; }

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

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

background-color css

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

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

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

border-color css

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

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

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