Html Css Color HEX #DD4408 Persimmon

📋 copy color: '#DD4408'

red 221 ◦ green 68 ◦ blue 8

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

Shades of Persimmon #DD4408

Tints of Persimmon #DD4408

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.9%

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

R = 74.41%
G = 22.9%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD4408 (or 0xDD4408) is known color: Persimmon. HEX triplet: DD, 44 and 08. RGB value is (221,68,8). Sum of RGB (Red+Green+Blue) = 221+68+8=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4408 is #22BBF7. Grayscale: #6B6B6B. Windows color (decimal): -2276344 or 541917. OLE color: 541917.

HSL color Cylindrical-coordinate representation of color #DD4408: hue angle of 16.9º 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 #DD4408 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 68 8 -
CMYK 0 0.69 0.96 0.13
HSL 16.9º 0.93% 0.45% -
HSV(B) 16.9º 0.96% 0.87% -
XYZ 31.93 19.52 2.32 -
YUV 106.91 72.19 209.38 -
System Red Green Blue C M Y K H S L
Decimal 221 68 8 0 0.69 0.96 0.13 16.9 0.93 0.45
Hex DD 44 8 0 45 60 D 11 5D 2D
Octal 335 104 10 0 105 140 15 21 135 55
Binary 11011101 1000100 1000 0 1000101 1100000 1101 10001 1011101 101101

Color Harmonies of #DD4408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4408

Black with #DD4408

Text Example


Text Example

White with #DD4408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4408; }

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

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

background-color css

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

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

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

border-color css

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

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

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