Html Css Color HEX #DD6109 Persimmon

📋 copy color: '#DD6109'

red 221 ◦ green 97 ◦ blue 9

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

Shades of Persimmon #DD6109

Tints of Persimmon #DD6109

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.66%

 BLUE value IS 9 (3.91% from 255) = 2.75%

R = 67.58%
G = 29.66%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD6109 (or 0xDD6109) is known color: Persimmon. HEX triplet: DD, 61 and 09. RGB value is (221,97,9). Sum of RGB (Red+Green+Blue) = 221+97+9=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 9 (3.91% from 255 or 2.75% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6109 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6109 is #229EF6. Grayscale: #7C7C7C. Windows color (decimal): -2268919 or 614877. OLE color: 614877.

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

Color convert

RGB 221 97 9 -
CMYK 0 0.56 0.96 0.13
HSL 24.91º 0.92% 0.45% -
HSV(B) 24.91º 0.96% 0.87% -
XYZ 34.14 23.94 3.08 -
YUV 124.04 63.08 197.16 -
System Red Green Blue C M Y K H S L
Decimal 221 97 9 0 0.56 0.96 0.13 24.91 0.92 0.45
Hex DD 61 9 0 38 60 D 19 5C 2D
Octal 335 141 11 0 70 140 15 31 134 55
Binary 11011101 1100001 1001 0 111000 1100000 1101 11001 1011100 101101

Color Harmonies of #DD6109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6109

Black with #DD6109

Text Example


Text Example

White with #DD6109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6109; }

 p { color: rgb(221,97,9); }

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

background-color css

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

 a { background-color: rgb(221,97,9); }

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

border-color css

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

 span { border-color: rgb(221,97,9); }

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