Html Css Color HEX #DD4406 Persimmon

📋 copy color: '#DD4406'

red 221 ◦ green 68 ◦ blue 6

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

Shades of Persimmon #DD4406

Tints of Persimmon #DD4406

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.05%

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

R = 74.92%
G = 23.05%
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

#DD4406 (or 0xDD4406) is known color: Persimmon. HEX triplet: DD, 44 and 06. RGB value is (221,68,6). Sum of RGB (Red+Green+Blue) = 221+68+6=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4406 is #22BBF9. Grayscale: #6B6B6B. Windows color (decimal): -2276346 or 410845. OLE color: 410845.

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

Color convert

RGB 221 68 6 -
CMYK 0 0.69 0.97 0.13
HSL 17.3º 0.95% 0.45% -
HSV(B) 17.3º 0.97% 0.87% -
XYZ 31.92 19.52 2.26 -
YUV 106.68 71.19 209.54 -
System Red Green Blue C M Y K H S L
Decimal 221 68 6 0 0.69 0.97 0.13 17.3 0.95 0.45
Hex DD 44 6 0 45 61 D 11 5F 2D
Octal 335 104 6 0 105 141 15 21 137 55
Binary 11011101 1000100 110 0 1000101 1100001 1101 10001 1011111 101101

Color Harmonies of #DD4406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4406

Black with #DD4406

Text Example


Text Example

White with #DD4406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4406; }

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

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

background-color css

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

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

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

border-color css

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

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

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