Html Css Color HEX #DD4F01 Persimmon

📋 copy color: '#DD4F01'

red 221 ◦ green 79 ◦ blue 1

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

Shades of Persimmon #DD4F01

Tints of Persimmon #DD4F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 73.42%
G = 26.25%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD4F01 (or 0xDD4F01) is known color: Persimmon. HEX triplet: DD, 4F and 01. RGB value is (221,79,1). Sum of RGB (Red+Green+Blue) = 221+79+1=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4F01 is #22B0FE. Grayscale: #717171. Windows color (decimal): -2273535 or 85981. OLE color: 85981.

HSL color Cylindrical-coordinate representation of color #DD4F01: hue angle of 21.27º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD4F01 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 79 1 -
CMYK 0 0.64 1.00 0.13
HSL 21.27º 0.99% 0.44% -
HSV(B) 21.27º 1% 0.87% -
XYZ 32.62 20.97 2.36 -
YUV 112.57 65.04 205.34 -
System Red Green Blue C M Y K H S L
Decimal 221 79 1 0 0.64 1.00 0.13 21.27 0.99 0.44
Hex DD 4F 1 0 40 64 D 15 63 2C
Octal 335 117 1 0 100 144 15 25 143 54
Binary 11011101 1001111 1 0 1000000 1100100 1101 10101 1100011 101100

Color Harmonies of #DD4F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F01

Black with #DD4F01

Text Example


Text Example

White with #DD4F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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