Html Css Color HEX #DD4504 Persimmon

📋 copy color: '#DD4504'

red 221 ◦ green 69 ◦ blue 4

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

Shades of Persimmon #DD4504

Tints of Persimmon #DD4504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.36%

R = 75.17%
G = 23.47%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD4504 (or 0xDD4504) is known color: Persimmon. HEX triplet: DD, 45 and 04. RGB value is (221,69,4). Sum of RGB (Red+Green+Blue) = 221+69+4=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4504 is #22BAFB. Grayscale: #6B6B6B. Windows color (decimal): -2276092 or 280029. OLE color: 280029.

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

Color convert

RGB 221 69 4 -
CMYK 0 0.69 0.98 0.13
HSL 17.97º 0.96% 0.44% -
HSV(B) 17.97º 0.98% 0.87% -
XYZ 31.97 19.64 2.22 -
YUV 107.04 69.86 209.29 -
System Red Green Blue C M Y K H S L
Decimal 221 69 4 0 0.69 0.98 0.13 17.97 0.96 0.44
Hex DD 45 4 0 45 62 D 12 60 2C
Octal 335 105 4 0 105 142 15 22 140 54
Binary 11011101 1000101 100 0 1000101 1100010 1101 10010 1100000 101100

Color Harmonies of #DD4504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4504

Black with #DD4504

Text Example


Text Example

White with #DD4504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4504; }

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

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

background-color css

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

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

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

border-color css

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

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

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