Html Css Color HEX #DD4F12 Persimmon

📋 copy color: '#DD4F12'

red 221 ◦ green 79 ◦ blue 18

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

Shades of Persimmon #DD4F12

Tints of Persimmon #DD4F12

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.84%

 BLUE value IS 18 (7.42% from 255) = 5.66%

R = 69.5%
G = 24.84%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD4F12 (or 0xDD4F12) is known color: Persimmon. HEX triplet: DD, 4F and 12. RGB value is (221,79,18). Sum of RGB (Red+Green+Blue) = 221+79+18=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4F12 is #22B0ED. Grayscale: #727272. Windows color (decimal): -2273518 or 1200093. OLE color: 1200093.

HSL color Cylindrical-coordinate representation of color #DD4F12: hue angle of 18.03º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD4F12 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 79 18 -
CMYK 0 0.64 0.92 0.13
HSL 18.03º 0.85% 0.47% -
HSV(B) 18.03º 0.92% 0.87% -
XYZ 32.72 21.01 2.9 -
YUV 114.5 73.54 203.96 -
System Red Green Blue C M Y K H S L
Decimal 221 79 18 0 0.64 0.92 0.13 18.03 0.85 0.47
Hex DD 4F 12 0 40 5C D 12 55 2F
Octal 335 117 22 0 100 134 15 22 125 57
Binary 11011101 1001111 10010 0 1000000 1011100 1101 10010 1010101 101111

Color Harmonies of #DD4F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F12

Black with #DD4F12

Text Example


Text Example

White with #DD4F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F12; }

 p { color: rgb(221,79,18); }

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

background-color css

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

 a { background-color: rgb(221,79,18); }

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

border-color css

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

 span { border-color: rgb(221,79,18); }

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