Html Css Color HEX #DD4508 Persimmon

📋 copy color: '#DD4508'

red 221 ◦ green 69 ◦ blue 8

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

Shades of Persimmon #DD4508

Tints of Persimmon #DD4508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.15%

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

R = 74.16%
G = 23.15%
B = 2.68%

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

#DD4508 (or 0xDD4508) is known color: Persimmon. HEX triplet: DD, 45 and 08. RGB value is (221,69,8). Sum of RGB (Red+Green+Blue) = 221+69+8=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4508 is #22BAF7. Grayscale: #6B6B6B. Windows color (decimal): -2276088 or 542173. OLE color: 542173.

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

Color convert

RGB 221 69 8 -
CMYK 0 0.69 0.96 0.13
HSL 17.18º 0.93% 0.45% -
HSV(B) 17.18º 0.96% 0.87% -
XYZ 31.99 19.65 2.34 -
YUV 107.49 71.86 208.96 -
System Red Green Blue C M Y K H S L
Decimal 221 69 8 0 0.69 0.96 0.13 17.18 0.93 0.45
Hex DD 45 8 0 45 60 D 11 5D 2D
Octal 335 105 10 0 105 140 15 21 135 55
Binary 11011101 1000101 1000 0 1000101 1100000 1101 10001 1011101 101101

Color Harmonies of #DD4508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4508

Black with #DD4508

Text Example


Text Example

White with #DD4508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4508; }

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

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

background-color css

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

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

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

border-color css

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

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

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