Html Css Color HEX #DD5C0B Persimmon

📋 copy color: '#DD5C0B'

red 221 ◦ green 92 ◦ blue 11

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

Shades of Persimmon #DD5C0B

Tints of Persimmon #DD5C0B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.4%

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

R = 68.21%
G = 28.4%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD5C0B (or 0xDD5C0B) is known color: Persimmon. HEX triplet: DD, 5C and 0B. RGB value is (221,92,11). Sum of RGB (Red+Green+Blue) = 221+92+11=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5C0B is #22A3F4. Grayscale: #797979. Windows color (decimal): -2270197 or 744669. OLE color: 744669.

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

Color convert

RGB 221 92 11 -
CMYK 0 0.58 0.95 0.13
HSL 23.14º 0.91% 0.45% -
HSV(B) 23.14º 0.95% 0.87% -
XYZ 33.71 23.05 2.99 -
YUV 121.34 65.74 199.09 -
System Red Green Blue C M Y K H S L
Decimal 221 92 11 0 0.58 0.95 0.13 23.14 0.91 0.45
Hex DD 5C B 0 3A 5F D 17 5B 2D
Octal 335 134 13 0 72 137 15 27 133 55
Binary 11011101 1011100 1011 0 111010 1011111 1101 10111 1011011 101101

Color Harmonies of #DD5C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5C0B

Black with #DD5C0B

Text Example


Text Example

White with #DD5C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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