Html Css Color HEX #DD5706 Persimmon

📋 copy color: '#DD5706'

red 221 ◦ green 87 ◦ blue 6

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

Shades of Persimmon #DD5706

Tints of Persimmon #DD5706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.91%

R = 70.38%
G = 27.71%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD5706 (or 0xDD5706) is known color: Persimmon. HEX triplet: DD, 57 and 06. RGB value is (221,87,6). Sum of RGB (Red+Green+Blue) = 221+87+6=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5706 is #22A8F9. Grayscale: #767676. Windows color (decimal): -2271482 or 415709. OLE color: 415709.

HSL color Cylindrical-coordinate representation of color #DD5706: hue angle of 22.6º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD5706 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 87 6 -
CMYK 0 0.61 0.97 0.13
HSL 22.6º 0.95% 0.45% -
HSV(B) 22.6º 0.97% 0.87% -
XYZ 33.26 22.2 2.7 -
YUV 117.83 64.89 201.59 -
System Red Green Blue C M Y K H S L
Decimal 221 87 6 0 0.61 0.97 0.13 22.6 0.95 0.45
Hex DD 57 6 0 3D 61 D 17 5F 2D
Octal 335 127 6 0 75 141 15 27 137 55
Binary 11011101 1010111 110 0 111101 1100001 1101 10111 1011111 101101

Color Harmonies of #DD5706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5706

Black with #DD5706

Text Example


Text Example

White with #DD5706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5706; }

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

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

background-color css

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

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

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

border-color css

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

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

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