Html Css Color HEX #DD540E Persimmon

📋 copy color: '#DD540E'

red 221 ◦ green 84 ◦ blue 14

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

Shades of Persimmon #DD540E

Tints of Persimmon #DD540E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.33%

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

R = 69.28%
G = 26.33%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD540E (or 0xDD540E) is known color: Persimmon. HEX triplet: DD, 54 and 0E. RGB value is (221,84,14). Sum of RGB (Red+Green+Blue) = 221+84+14=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD540E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD540E is #22ABF1. Grayscale: #757575. Windows color (decimal): -2272242 or 939229. OLE color: 939229.

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

Color convert

RGB 221 84 14 -
CMYK 0 0.62 0.94 0.13
HSL 20.29º 0.88% 0.46% -
HSV(B) 20.29º 0.94% 0.87% -
XYZ 33.07 21.74 2.87 -
YUV 116.98 69.89 202.19 -
System Red Green Blue C M Y K H S L
Decimal 221 84 14 0 0.62 0.94 0.13 20.29 0.88 0.46
Hex DD 54 E 0 3E 5E D 14 58 2E
Octal 335 124 16 0 76 136 15 24 130 56
Binary 11011101 1010100 1110 0 111110 1011110 1101 10100 1011000 101110

Color Harmonies of #DD540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD540E

Black with #DD540E

Text Example


Text Example

White with #DD540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD540E; }

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

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

background-color css

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

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

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

border-color css

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

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

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