Html Css Color HEX #DD5C08 Persimmon

📋 copy color: '#DD5C08'

red 221 ◦ green 92 ◦ blue 8

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

Shades of Persimmon #DD5C08

Tints of Persimmon #DD5C08

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.66%

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

R = 68.85%
G = 28.66%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD5C08 (or 0xDD5C08) is known color: Persimmon. HEX triplet: DD, 5C and 08. RGB value is (221,92,8). Sum of RGB (Red+Green+Blue) = 221+92+8=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5C08 is #22A3F7. Grayscale: #797979. Windows color (decimal): -2270200 or 548061. OLE color: 548061.

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

Color convert

RGB 221 92 8 -
CMYK 0 0.58 0.96 0.13
HSL 23.66º 0.93% 0.45% -
HSV(B) 23.66º 0.96% 0.87% -
XYZ 33.69 23.04 2.9 -
YUV 121 64.24 199.33 -
System Red Green Blue C M Y K H S L
Decimal 221 92 8 0 0.58 0.96 0.13 23.66 0.93 0.45
Hex DD 5C 8 0 3A 60 D 18 5D 2D
Octal 335 134 10 0 72 140 15 30 135 55
Binary 11011101 1011100 1000 0 111010 1100000 1101 11000 1011101 101101

Color Harmonies of #DD5C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5C08

Black with #DD5C08

Text Example


Text Example

White with #DD5C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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