Html Css Color HEX #DD550A Persimmon

📋 copy color: '#DD550A'

red 221 ◦ green 85 ◦ blue 10

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

Shades of Persimmon #DD550A

Tints of Persimmon #DD550A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

 BLUE value IS 10 (4.3% from 255) = 3.16%

R = 69.94%
G = 26.9%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD550A (or 0xDD550A) is known color: Persimmon. HEX triplet: DD, 55 and 0A. RGB value is (221,85,10). Sum of RGB (Red+Green+Blue) = 221+85+10=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD550A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD550A is #22AAF5. Grayscale: #757575. Windows color (decimal): -2271990 or 677341. OLE color: 677341.

HSL color Cylindrical-coordinate representation of color #DD550A: hue angle of 21.33º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD550A is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 85 10 -
CMYK 0 0.62 0.95 0.13
HSL 21.33º 0.91% 0.45% -
HSV(B) 21.33º 0.95% 0.87% -
XYZ 33.12 21.89 2.77 -
YUV 117.11 67.56 202.1 -
System Red Green Blue C M Y K H S L
Decimal 221 85 10 0 0.62 0.95 0.13 21.33 0.91 0.45
Hex DD 55 A 0 3E 5F D 15 5B 2D
Octal 335 125 12 0 76 137 15 25 133 55
Binary 11011101 1010101 1010 0 111110 1011111 1101 10101 1011011 101101

Color Harmonies of #DD550A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD550A

Black with #DD550A

Text Example


Text Example

White with #DD550A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD550A; }

 p { color: rgb(221,85,10); }

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

background-color css

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

 a { background-color: rgb(221,85,10); }

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

border-color css

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

 span { border-color: rgb(221,85,10); }

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