Html Css Color HEX #DD4D06 Persimmon

📋 copy color: '#DD4D06'

red 221 ◦ green 77 ◦ blue 6

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

Shades of Persimmon #DD4D06

Tints of Persimmon #DD4D06

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.33%

 BLUE value IS 6 (2.73% from 255) = 1.97%

R = 72.7%
G = 25.33%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD4D06 (or 0xDD4D06) is known color: Persimmon. HEX triplet: DD, 4D and 06. RGB value is (221,77,6). Sum of RGB (Red+Green+Blue) = 221+77+6=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4D06 is #22B2F9. Grayscale: #707070. Windows color (decimal): -2274042 or 413149. OLE color: 413149.

HSL color Cylindrical-coordinate representation of color #DD4D06: hue angle of 19.81º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD4D06 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 77 6 -
CMYK 0 0.65 0.97 0.13
HSL 19.81º 0.95% 0.45% -
HSV(B) 19.81º 0.97% 0.87% -
XYZ 32.51 20.69 2.45 -
YUV 111.96 68.21 205.77 -
System Red Green Blue C M Y K H S L
Decimal 221 77 6 0 0.65 0.97 0.13 19.81 0.95 0.45
Hex DD 4D 6 0 41 61 D 14 5F 2D
Octal 335 115 6 0 101 141 15 24 137 55
Binary 11011101 1001101 110 0 1000001 1100001 1101 10100 1011111 101101

Color Harmonies of #DD4D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4D06

Black with #DD4D06

Text Example


Text Example

White with #DD4D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4D06; }

 p { color: rgb(221,77,6); }

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

background-color css

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

 a { background-color: rgb(221,77,6); }

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

border-color css

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

 span { border-color: rgb(221,77,6); }

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