Html Css Color HEX #DD470D Persimmon

📋 copy color: '#DD470D'

red 221 ◦ green 71 ◦ blue 13

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

Shades of Persimmon #DD470D

Tints of Persimmon #DD470D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.26%

R = 72.46%
G = 23.28%
B = 4.26%

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

#DD470D (or 0xDD470D) is known color: Persimmon. HEX triplet: DD, 47 and 0D. RGB value is (221,71,13). Sum of RGB (Red+Green+Blue) = 221+71+13=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD470D is #22B8F2. Grayscale: #6D6D6D. Windows color (decimal): -2275571 or 870365. OLE color: 870365.

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

Color convert

RGB 221 71 13 -
CMYK 0 0.68 0.94 0.13
HSL 16.73º 0.89% 0.46% -
HSV(B) 16.73º 0.94% 0.87% -
XYZ 32.14 19.91 2.53 -
YUV 109.24 73.7 207.72 -
System Red Green Blue C M Y K H S L
Decimal 221 71 13 0 0.68 0.94 0.13 16.73 0.89 0.46
Hex DD 47 D 0 44 5E D 11 59 2E
Octal 335 107 15 0 104 136 15 21 131 56
Binary 11011101 1000111 1101 0 1000100 1011110 1101 10001 1011001 101110

Color Harmonies of #DD470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD470D

Black with #DD470D

Text Example


Text Example

White with #DD470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD470D; }

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

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

background-color css

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

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

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

border-color css

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

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

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