Html Css Color HEX #DD4506 Persimmon

📋 copy color: '#DD4506'

red 221 ◦ green 69 ◦ blue 6

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

Shades of Persimmon #DD4506

Tints of Persimmon #DD4506

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.31%

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

R = 74.66%
G = 23.31%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD4506 (or 0xDD4506) is known color: Persimmon. HEX triplet: DD, 45 and 06. RGB value is (221,69,6). Sum of RGB (Red+Green+Blue) = 221+69+6=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4506 is #22BAF9. Grayscale: #6B6B6B. Windows color (decimal): -2276090 or 411101. OLE color: 411101.

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

Color convert

RGB 221 69 6 -
CMYK 0 0.69 0.97 0.13
HSL 17.58º 0.95% 0.45% -
HSV(B) 17.58º 0.97% 0.87% -
XYZ 31.98 19.64 2.28 -
YUV 107.27 70.86 209.12 -
System Red Green Blue C M Y K H S L
Decimal 221 69 6 0 0.69 0.97 0.13 17.58 0.95 0.45
Hex DD 45 6 0 45 61 D 12 5F 2D
Octal 335 105 6 0 105 141 15 22 137 55
Binary 11011101 1000101 110 0 1000101 1100001 1101 10010 1011111 101101

Color Harmonies of #DD4506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4506

Black with #DD4506

Text Example


Text Example

White with #DD4506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4506; }

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

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

background-color css

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

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

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

border-color css

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

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

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