Html Css Color HEX #DD580A Persimmon

📋 copy color: '#DD580A'

red 221 ◦ green 88 ◦ blue 10

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

Shades of Persimmon #DD580A

Tints of Persimmon #DD580A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.59%

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

R = 69.28%
G = 27.59%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD580A (or 0xDD580A) is known color: Persimmon. HEX triplet: DD, 58 and 0A. RGB value is (221,88,10). Sum of RGB (Red+Green+Blue) = 221+88+10=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD580A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD580A is #22A7F5. Grayscale: #777777. Windows color (decimal): -2271222 or 678109. OLE color: 678109.

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

Color convert

RGB 221 88 10 -
CMYK 0 0.60 0.95 0.13
HSL 22.18º 0.91% 0.45% -
HSV(B) 22.18º 0.95% 0.87% -
XYZ 33.36 22.37 2.85 -
YUV 118.88 66.56 200.84 -
System Red Green Blue C M Y K H S L
Decimal 221 88 10 0 0.60 0.95 0.13 22.18 0.91 0.45
Hex DD 58 A 0 3C 5F D 16 5B 2D
Octal 335 130 12 0 74 137 15 26 133 55
Binary 11011101 1011000 1010 0 111100 1011111 1101 10110 1011011 101101

Color Harmonies of #DD580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD580A

Black with #DD580A

Text Example


Text Example

White with #DD580A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD580A; }

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

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

background-color css

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

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

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

border-color css

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

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

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