Html Css Color HEX #DD580C Persimmon

📋 copy color: '#DD580C'

red 221 ◦ green 88 ◦ blue 12

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

Shades of Persimmon #DD580C

Tints of Persimmon #DD580C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.74%

R = 68.85%
G = 27.41%
B = 3.74%

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

#DD580C (or 0xDD580C) is known color: Persimmon. HEX triplet: DD, 58 and 0C. RGB value is (221,88,12). Sum of RGB (Red+Green+Blue) = 221+88+12=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD580C is #22A7F3. Grayscale: #777777. Windows color (decimal): -2271220 or 809181. OLE color: 809181.

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

Color convert

RGB 221 88 12 -
CMYK 0 0.60 0.95 0.13
HSL 21.82º 0.9% 0.46% -
HSV(B) 21.82º 0.95% 0.87% -
XYZ 33.37 22.38 2.91 -
YUV 119.1 67.56 200.68 -
System Red Green Blue C M Y K H S L
Decimal 221 88 12 0 0.60 0.95 0.13 21.82 0.9 0.46
Hex DD 58 C 0 3C 5F D 16 5A 2E
Octal 335 130 14 0 74 137 15 26 132 56
Binary 11011101 1011000 1100 0 111100 1011111 1101 10110 1011010 101110

Color Harmonies of #DD580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD580C

Black with #DD580C

Text Example


Text Example

White with #DD580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD580C; }

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

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

background-color css

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

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

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

border-color css

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

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

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