Html Css Color HEX #DD500B Persimmon

📋 copy color: '#DD500B'

red 221 ◦ green 80 ◦ blue 11

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

Shades of Persimmon #DD500B

Tints of Persimmon #DD500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.64%

 BLUE value IS 11 (4.69% from 255) = 3.53%

R = 70.83%
G = 25.64%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD500B (or 0xDD500B) is known color: Persimmon. HEX triplet: DD, 50 and 0B. RGB value is (221,80,11). Sum of RGB (Red+Green+Blue) = 221+80+11=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD500B is #22AFF4. Grayscale: #727272. Windows color (decimal): -2273269 or 741597. OLE color: 741597.

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

Color convert

RGB 221 80 11 -
CMYK 0 0.64 0.95 0.13
HSL 19.71º 0.91% 0.45% -
HSV(B) 19.71º 0.95% 0.87% -
XYZ 32.75 21.13 2.67 -
YUV 114.29 69.71 204.11 -
System Red Green Blue C M Y K H S L
Decimal 221 80 11 0 0.64 0.95 0.13 19.71 0.91 0.45
Hex DD 50 B 0 40 5F D 14 5B 2D
Octal 335 120 13 0 100 137 15 24 133 55
Binary 11011101 1010000 1011 0 1000000 1011111 1101 10100 1011011 101101

Color Harmonies of #DD500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD500B

Black with #DD500B

Text Example


Text Example

White with #DD500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD500B; }

 p { color: rgb(221,80,11); }

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

background-color css

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

 a { background-color: rgb(221,80,11); }

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

border-color css

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

 span { border-color: rgb(221,80,11); }

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