Html Css Color HEX #DD510B Persimmon

📋 copy color: '#DD510B'

red 221 ◦ green 81 ◦ blue 11

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

Shades of Persimmon #DD510B

Tints of Persimmon #DD510B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.88%

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

R = 70.61%
G = 25.88%
B = 3.51%

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

#DD510B (or 0xDD510B) is known color: Persimmon. HEX triplet: DD, 51 and 0B. RGB value is (221,81,11). Sum of RGB (Red+Green+Blue) = 221+81+11=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD510B is #22AEF4. Grayscale: #737373. Windows color (decimal): -2273013 or 741853. OLE color: 741853.

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

Color convert

RGB 221 81 11 -
CMYK 0 0.63 0.95 0.13
HSL 20º 0.91% 0.45% -
HSV(B) 20º 0.95% 0.87% -
XYZ 32.82 21.28 2.69 -
YUV 114.88 69.38 203.69 -
System Red Green Blue C M Y K H S L
Decimal 221 81 11 0 0.63 0.95 0.13 20 0.91 0.45
Hex DD 51 B 0 3F 5F D 14 5B 2D
Octal 335 121 13 0 77 137 15 24 133 55
Binary 11011101 1010001 1011 0 111111 1011111 1101 10100 1011011 101101

Color Harmonies of #DD510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD510B

Black with #DD510B

Text Example


Text Example

White with #DD510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD510B; }

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

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

background-color css

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

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

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

border-color css

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

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

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