Html Css Color HEX #DD520B Persimmon

📋 copy color: '#DD520B'

red 221 ◦ green 82 ◦ blue 11

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

Shades of Persimmon #DD520B

Tints of Persimmon #DD520B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.11%

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

R = 70.38%
G = 26.11%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD520B (or 0xDD520B) is known color: Persimmon. HEX triplet: DD, 52 and 0B. RGB value is (221,82,11). Sum of RGB (Red+Green+Blue) = 221+82+11=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD520B is #22ADF4. Grayscale: #737373. Windows color (decimal): -2272757 or 742109. OLE color: 742109.

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

Color convert

RGB 221 82 11 -
CMYK 0 0.63 0.95 0.13
HSL 20.29º 0.91% 0.45% -
HSV(B) 20.29º 0.95% 0.87% -
XYZ 32.9 21.43 2.72 -
YUV 115.47 69.05 203.27 -
System Red Green Blue C M Y K H S L
Decimal 221 82 11 0 0.63 0.95 0.13 20.29 0.91 0.45
Hex DD 52 B 0 3F 5F D 14 5B 2D
Octal 335 122 13 0 77 137 15 24 133 55
Binary 11011101 1010010 1011 0 111111 1011111 1101 10100 1011011 101101

Color Harmonies of #DD520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD520B

Black with #DD520B

Text Example


Text Example

White with #DD520B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD520B; }

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

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

background-color css

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

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

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

border-color css

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

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

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