Html Css Color HEX #DD4608 Persimmon

📋 copy color: '#DD4608'

red 221 ◦ green 70 ◦ blue 8

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

Shades of Persimmon #DD4608

Tints of Persimmon #DD4608

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.41%

 BLUE value IS 8 (3.52% from 255) = 2.68%

R = 73.91%
G = 23.41%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD4608 (or 0xDD4608) is known color: Persimmon. HEX triplet: DD, 46 and 08. RGB value is (221,70,8). Sum of RGB (Red+Green+Blue) = 221+70+8=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4608 is #22B9F7. Grayscale: #6C6C6C. Windows color (decimal): -2275832 or 542429. OLE color: 542429.

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

Color convert

RGB 221 70 8 -
CMYK 0 0.68 0.96 0.13
HSL 17.46º 0.93% 0.45% -
HSV(B) 17.46º 0.96% 0.87% -
XYZ 32.05 19.77 2.36 -
YUV 108.08 71.53 208.54 -
System Red Green Blue C M Y K H S L
Decimal 221 70 8 0 0.68 0.96 0.13 17.46 0.93 0.45
Hex DD 46 8 0 44 60 D 11 5D 2D
Octal 335 106 10 0 104 140 15 21 135 55
Binary 11011101 1000110 1000 0 1000100 1100000 1101 10001 1011101 101101

Color Harmonies of #DD4608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4608

Black with #DD4608

Text Example


Text Example

White with #DD4608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4608; }

 p { color: rgb(221,70,8); }

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

background-color css

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

 a { background-color: rgb(221,70,8); }

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

border-color css

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

 span { border-color: rgb(221,70,8); }

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