Html Css Color HEX #DD5A0B Persimmon

📋 copy color: '#DD5A0B'

red 221 ◦ green 90 ◦ blue 11

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

Shades of Persimmon #DD5A0B

Tints of Persimmon #DD5A0B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.95%

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

R = 68.63%
G = 27.95%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD5A0B (or 0xDD5A0B) is known color: Persimmon. HEX triplet: DD, 5A and 0B. RGB value is (221,90,11). Sum of RGB (Red+Green+Blue) = 221+90+11=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5A0B is #22A5F4. Grayscale: #787878. Windows color (decimal): -2270709 or 744157. OLE color: 744157.

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

Color convert

RGB 221 90 11 -
CMYK 0 0.59 0.95 0.13
HSL 22.57º 0.91% 0.45% -
HSV(B) 22.57º 0.95% 0.87% -
XYZ 33.54 22.71 2.93 -
YUV 120.16 66.4 199.92 -
System Red Green Blue C M Y K H S L
Decimal 221 90 11 0 0.59 0.95 0.13 22.57 0.91 0.45
Hex DD 5A B 0 3B 5F D 17 5B 2D
Octal 335 132 13 0 73 137 15 27 133 55
Binary 11011101 1011010 1011 0 111011 1011111 1101 10111 1011011 101101

Color Harmonies of #DD5A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A0B

Black with #DD5A0B

Text Example


Text Example

White with #DD5A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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