Html Css Color HEX #DD5304 Persimmon

📋 copy color: '#DD5304'

red 221 ◦ green 83 ◦ blue 4

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

Shades of Persimmon #DD5304

Tints of Persimmon #DD5304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.95%

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

R = 71.75%
G = 26.95%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD5304 (or 0xDD5304) is known color: Persimmon. HEX triplet: DD, 53 and 04. RGB value is (221,83,4). Sum of RGB (Red+Green+Blue) = 221+83+4=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5304 is #22ACFB. Grayscale: #737373. Windows color (decimal): -2272508 or 283613. OLE color: 283613.

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

Color convert

RGB 221 83 4 -
CMYK 0 0.62 0.98 0.13
HSL 21.84º 0.96% 0.44% -
HSV(B) 21.84º 0.98% 0.87% -
XYZ 32.93 21.57 2.54 -
YUV 115.26 65.22 203.42 -
System Red Green Blue C M Y K H S L
Decimal 221 83 4 0 0.62 0.98 0.13 21.84 0.96 0.44
Hex DD 53 4 0 3E 62 D 16 60 2C
Octal 335 123 4 0 76 142 15 26 140 54
Binary 11011101 1010011 100 0 111110 1100010 1101 10110 1100000 101100

Color Harmonies of #DD5304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5304

Black with #DD5304

Text Example


Text Example

White with #DD5304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5304; }

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

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

background-color css

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

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

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

border-color css

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

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

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