Html Css Color HEX #DD570F Persimmon

📋 copy color: '#DD570F'

red 221 ◦ green 87 ◦ blue 15

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

Shades of Persimmon #DD570F

Tints of Persimmon #DD570F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.93%

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

R = 68.42%
G = 26.93%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD570F (or 0xDD570F) is known color: Persimmon. HEX triplet: DD, 57 and 0F. RGB value is (221,87,15). Sum of RGB (Red+Green+Blue) = 221+87+15=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD570F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD570F is #22A8F0. Grayscale: #777777. Windows color (decimal): -2271473 or 1005533. OLE color: 1005533.

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

Color convert

RGB 221 87 15 -
CMYK 0 0.61 0.93 0.13
HSL 20.97º 0.87% 0.46% -
HSV(B) 20.97º 0.93% 0.87% -
XYZ 33.31 22.22 2.99 -
YUV 118.86 69.39 200.85 -
System Red Green Blue C M Y K H S L
Decimal 221 87 15 0 0.61 0.93 0.13 20.97 0.87 0.46
Hex DD 57 F 0 3D 5D D 15 57 2E
Octal 335 127 17 0 75 135 15 25 127 56
Binary 11011101 1010111 1111 0 111101 1011101 1101 10101 1010111 101110

Color Harmonies of #DD570F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD570F

Black with #DD570F

Text Example


Text Example

White with #DD570F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD570F; }

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

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

background-color css

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

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

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

border-color css

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

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

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