Html Css Color HEX #DD4609 Persimmon

📋 copy color: '#DD4609'

red 221 ◦ green 70 ◦ blue 9

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

Shades of Persimmon #DD4609

Tints of Persimmon #DD4609

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.33%

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

R = 73.67%
G = 23.33%
B = 3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD4609 (or 0xDD4609) is known color: Persimmon. HEX triplet: DD, 46 and 09. RGB value is (221,70,9). Sum of RGB (Red+Green+Blue) = 221+70+9=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4609 is #22B9F6. Grayscale: #6C6C6C. Windows color (decimal): -2275831 or 607965. OLE color: 607965.

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

Color convert

RGB 221 70 9 -
CMYK 0 0.68 0.96 0.13
HSL 17.26º 0.92% 0.45% -
HSV(B) 17.26º 0.96% 0.87% -
XYZ 32.06 19.77 2.39 -
YUV 108.2 72.03 208.46 -
System Red Green Blue C M Y K H S L
Decimal 221 70 9 0 0.68 0.96 0.13 17.26 0.92 0.45
Hex DD 46 9 0 44 60 D 11 5C 2D
Octal 335 106 11 0 104 140 15 21 134 55
Binary 11011101 1000110 1001 0 1000100 1100000 1101 10001 1011100 101101

Color Harmonies of #DD4609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4609

Black with #DD4609

Text Example


Text Example

White with #DD4609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4609; }

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

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

background-color css

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

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

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

border-color css

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

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

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