Html Css Color HEX #DD540F Persimmon

📋 copy color: '#DD540F'

red 221 ◦ green 84 ◦ blue 15

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

Shades of Persimmon #DD540F

Tints of Persimmon #DD540F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.69%

R = 69.06%
G = 26.25%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD540F (or 0xDD540F) is known color: Persimmon. HEX triplet: DD, 54 and 0F. RGB value is (221,84,15). Sum of RGB (Red+Green+Blue) = 221+84+15=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD540F is #22ABF0. Grayscale: #757575. Windows color (decimal): -2272241 or 1004765. OLE color: 1004765.

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

Color convert

RGB 221 84 15 -
CMYK 0 0.62 0.93 0.13
HSL 20.1º 0.87% 0.46% -
HSV(B) 20.1º 0.93% 0.87% -
XYZ 33.08 21.75 2.91 -
YUV 117.1 70.39 202.11 -
System Red Green Blue C M Y K H S L
Decimal 221 84 15 0 0.62 0.93 0.13 20.1 0.87 0.46
Hex DD 54 F 0 3E 5D D 14 57 2E
Octal 335 124 17 0 76 135 15 24 127 56
Binary 11011101 1010100 1111 0 111110 1011101 1101 10100 1010111 101110

Color Harmonies of #DD540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD540F

Black with #DD540F

Text Example


Text Example

White with #DD540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD540F; }

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

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

background-color css

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

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

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

border-color css

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

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

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