Html Css Color HEX #DD570B Persimmon

📋 copy color: '#DD570B'

red 221 ◦ green 87 ◦ blue 11

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

Shades of Persimmon #DD570B

Tints of Persimmon #DD570B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.27%

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

R = 69.28%
G = 27.27%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD570B (or 0xDD570B) is known color: Persimmon. HEX triplet: DD, 57 and 0B. RGB value is (221,87,11). Sum of RGB (Red+Green+Blue) = 221+87+11=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD570B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD570B is #22A8F4. Grayscale: #767676. Windows color (decimal): -2271477 or 743389. OLE color: 743389.

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

Color convert

RGB 221 87 11 -
CMYK 0 0.61 0.95 0.13
HSL 21.71º 0.91% 0.45% -
HSV(B) 21.71º 0.95% 0.87% -
XYZ 33.29 22.21 2.85 -
YUV 118.4 67.39 201.18 -
System Red Green Blue C M Y K H S L
Decimal 221 87 11 0 0.61 0.95 0.13 21.71 0.91 0.45
Hex DD 57 B 0 3D 5F D 16 5B 2D
Octal 335 127 13 0 75 137 15 26 133 55
Binary 11011101 1010111 1011 0 111101 1011111 1101 10110 1011011 101101

Color Harmonies of #DD570B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD570B

Black with #DD570B

Text Example


Text Example

White with #DD570B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD570B; }

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

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

background-color css

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

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

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

border-color css

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

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

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