Html Css Color HEX #DD470E Persimmon

📋 copy color: '#DD470E'

red 221 ◦ green 71 ◦ blue 14

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

Shades of Persimmon #DD470E

Tints of Persimmon #DD470E

RGB

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

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

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

R = 72.22%
G = 23.2%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD470E (or 0xDD470E) is known color: Persimmon. HEX triplet: DD, 47 and 0E. RGB value is (221,71,14). Sum of RGB (Red+Green+Blue) = 221+71+14=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD470E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD470E is #22B8F1. Grayscale: #6D6D6D. Windows color (decimal): -2275570 or 935901. OLE color: 935901.

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

Color convert

RGB 221 71 14 -
CMYK 0 0.68 0.94 0.13
HSL 16.52º 0.88% 0.46% -
HSV(B) 16.52º 0.94% 0.87% -
XYZ 32.15 19.91 2.56 -
YUV 109.35 74.2 207.63 -
System Red Green Blue C M Y K H S L
Decimal 221 71 14 0 0.68 0.94 0.13 16.52 0.88 0.46
Hex DD 47 E 0 44 5E D 11 58 2E
Octal 335 107 16 0 104 136 15 21 130 56
Binary 11011101 1000111 1110 0 1000100 1011110 1101 10001 1011000 101110

Color Harmonies of #DD470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD470E

Black with #DD470E

Text Example


Text Example

White with #DD470E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD470E; }

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

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

background-color css

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

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

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

border-color css

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

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

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