Html Css Color HEX #DD470F Persimmon

📋 copy color: '#DD470F'

red 221 ◦ green 71 ◦ blue 15

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

Shades of Persimmon #DD470F

Tints of Persimmon #DD470F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.13%

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

R = 71.99%
G = 23.13%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD470F (or 0xDD470F) is known color: Persimmon. HEX triplet: DD, 47 and 0F. RGB value is (221,71,15). Sum of RGB (Red+Green+Blue) = 221+71+15=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD470F is #22B8F0. Grayscale: #6D6D6D. Windows color (decimal): -2275569 or 1001437. OLE color: 1001437.

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

Color convert

RGB 221 71 15 -
CMYK 0 0.68 0.93 0.13
HSL 16.31º 0.87% 0.46% -
HSV(B) 16.31º 0.93% 0.87% -
XYZ 32.16 19.91 2.6 -
YUV 109.47 74.7 207.55 -
System Red Green Blue C M Y K H S L
Decimal 221 71 15 0 0.68 0.93 0.13 16.31 0.87 0.46
Hex DD 47 F 0 44 5D D 10 57 2E
Octal 335 107 17 0 104 135 15 20 127 56
Binary 11011101 1000111 1111 0 1000100 1011101 1101 10000 1010111 101110

Color Harmonies of #DD470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD470F

Black with #DD470F

Text Example


Text Example

White with #DD470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD470F; }

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

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

background-color css

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

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

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

border-color css

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

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

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