Html Css Color HEX #DD6205 Persimmon

📋 copy color: '#DD6205'

red 221 ◦ green 98 ◦ blue 5

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

Shades of Persimmon #DD6205

Tints of Persimmon #DD6205

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.25%

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 68.21%
G = 30.25%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD6205 (or 0xDD6205) is known color: Persimmon. HEX triplet: DD, 62 and 05. RGB value is (221,98,5). Sum of RGB (Red+Green+Blue) = 221+98+5=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6205 is #229DFA. Grayscale: #7C7C7C. Windows color (decimal): -2268667 or 352989. OLE color: 352989.

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

Color convert

RGB 221 98 5 -
CMYK 0 0.56 0.98 0.13
HSL 25.83º 0.96% 0.44% -
HSV(B) 25.83º 0.98% 0.87% -
XYZ 34.21 24.12 3 -
YUV 124.18 60.75 197.06 -
System Red Green Blue C M Y K H S L
Decimal 221 98 5 0 0.56 0.98 0.13 25.83 0.96 0.44
Hex DD 62 5 0 38 62 D 1A 60 2C
Octal 335 142 5 0 70 142 15 32 140 54
Binary 11011101 1100010 101 0 111000 1100010 1101 11010 1100000 101100

Color Harmonies of #DD6205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6205

Black with #DD6205

Text Example


Text Example

White with #DD6205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6205; }

 p { color: rgb(221,98,5); }

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

background-color css

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

 a { background-color: rgb(221,98,5); }

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

border-color css

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

 span { border-color: rgb(221,98,5); }

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