Html Css Color HEX #DD6005 Persimmon

📋 copy color: '#DD6005'

red 221 ◦ green 96 ◦ blue 5

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

Shades of Persimmon #DD6005

Tints of Persimmon #DD6005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.81%

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

R = 68.63%
G = 29.81%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD6005 (or 0xDD6005) is known color: Persimmon. HEX triplet: DD, 60 and 05. RGB value is (221,96,5). Sum of RGB (Red+Green+Blue) = 221+96+5=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6005 is #229FFA. Grayscale: #7B7B7B. Windows color (decimal): -2269179 or 352477. OLE color: 352477.

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

Color convert

RGB 221 96 5 -
CMYK 0 0.57 0.98 0.13
HSL 25.28º 0.96% 0.44% -
HSV(B) 25.28º 0.98% 0.87% -
XYZ 34.03 23.75 2.93 -
YUV 123 61.41 197.9 -
System Red Green Blue C M Y K H S L
Decimal 221 96 5 0 0.57 0.98 0.13 25.28 0.96 0.44
Hex DD 60 5 0 39 62 D 19 60 2C
Octal 335 140 5 0 71 142 15 31 140 54
Binary 11011101 1100000 101 0 111001 1100010 1101 11001 1100000 101100

Color Harmonies of #DD6005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6005

Black with #DD6005

Text Example


Text Example

White with #DD6005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6005; }

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

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

background-color css

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

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

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

border-color css

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

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

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