Html Css Color HEX #DD530F Persimmon

📋 copy color: '#DD530F'

red 221 ◦ green 83 ◦ blue 15

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

Shades of Persimmon #DD530F

Tints of Persimmon #DD530F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.02%

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

R = 69.28%
G = 26.02%
B = 4.7%

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

#DD530F (or 0xDD530F) is known color: Persimmon. HEX triplet: DD, 53 and 0F. RGB value is (221,83,15). Sum of RGB (Red+Green+Blue) = 221+83+15=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD530F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD530F is #22ACF0. Grayscale: #747474. Windows color (decimal): -2272497 or 1004509. OLE color: 1004509.

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

Color convert

RGB 221 83 15 -
CMYK 0 0.62 0.93 0.13
HSL 19.81º 0.87% 0.46% -
HSV(B) 19.81º 0.93% 0.87% -
XYZ 33 21.59 2.88 -
YUV 116.51 70.72 202.53 -
System Red Green Blue C M Y K H S L
Decimal 221 83 15 0 0.62 0.93 0.13 19.81 0.87 0.46
Hex DD 53 F 0 3E 5D D 14 57 2E
Octal 335 123 17 0 76 135 15 24 127 56
Binary 11011101 1010011 1111 0 111110 1011101 1101 10100 1010111 101110

Color Harmonies of #DD530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD530F

Black with #DD530F

Text Example


Text Example

White with #DD530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD530F; }

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

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

background-color css

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

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

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

border-color css

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

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

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