Html Css Color HEX #DD5308 Persimmon

📋 copy color: '#DD5308'

red 221 ◦ green 83 ◦ blue 8

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

Shades of Persimmon #DD5308

Tints of Persimmon #DD5308

RGB

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

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

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

R = 70.83%
G = 26.6%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD5308 (or 0xDD5308) is known color: Persimmon. HEX triplet: DD, 53 and 08. RGB value is (221,83,8). Sum of RGB (Red+Green+Blue) = 221+83+8=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5308 is #22ACF7. Grayscale: #747474. Windows color (decimal): -2272504 or 545757. OLE color: 545757.

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

Color convert

RGB 221 83 8 -
CMYK 0 0.62 0.96 0.13
HSL 21.13º 0.93% 0.45% -
HSV(B) 21.13º 0.96% 0.87% -
XYZ 32.96 21.58 2.66 -
YUV 115.71 67.22 203.1 -
System Red Green Blue C M Y K H S L
Decimal 221 83 8 0 0.62 0.96 0.13 21.13 0.93 0.45
Hex DD 53 8 0 3E 60 D 15 5D 2D
Octal 335 123 10 0 76 140 15 25 135 55
Binary 11011101 1010011 1000 0 111110 1100000 1101 10101 1011101 101101

Color Harmonies of #DD5308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5308

Black with #DD5308

Text Example


Text Example

White with #DD5308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5308; }

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

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

background-color css

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

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

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

border-color css

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

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

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