Html Css Color HEX #DD5104 Persimmon

📋 copy color: '#DD5104'

red 221 ◦ green 81 ◦ blue 4

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

Shades of Persimmon #DD5104

Tints of Persimmon #DD5104

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.47%

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

R = 72.22%
G = 26.47%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD5104 (or 0xDD5104) is known color: Persimmon. HEX triplet: DD, 51 and 04. RGB value is (221,81,4). Sum of RGB (Red+Green+Blue) = 221+81+4=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5104 is #22AEFB. Grayscale: #727272. Windows color (decimal): -2273020 or 283101. OLE color: 283101.

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

Color convert

RGB 221 81 4 -
CMYK 0 0.63 0.98 0.13
HSL 21.29º 0.96% 0.44% -
HSV(B) 21.29º 0.98% 0.87% -
XYZ 32.78 21.27 2.49 -
YUV 114.08 65.88 204.26 -
System Red Green Blue C M Y K H S L
Decimal 221 81 4 0 0.63 0.98 0.13 21.29 0.96 0.44
Hex DD 51 4 0 3F 62 D 15 60 2C
Octal 335 121 4 0 77 142 15 25 140 54
Binary 11011101 1010001 100 0 111111 1100010 1101 10101 1100000 101100

Color Harmonies of #DD5104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5104

Black with #DD5104

Text Example


Text Example

White with #DD5104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5104; }

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

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

background-color css

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

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

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

border-color css

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

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

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