Html Css Color HEX #DD6004 Persimmon

📋 copy color: '#DD6004'

red 221 ◦ green 96 ◦ blue 4

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

Shades of Persimmon #DD6004

Tints of Persimmon #DD6004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 68.85%
G = 29.91%
B = 1.25%

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

#DD6004 (or 0xDD6004) is known color: Persimmon. HEX triplet: DD, 60 and 04. RGB value is (221,96,4). Sum of RGB (Red+Green+Blue) = 221+96+4=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6004 is #229FFB. Grayscale: #7B7B7B. Windows color (decimal): -2269180 or 286941. OLE color: 286941.

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

Color convert

RGB 221 96 4 -
CMYK 0 0.57 0.98 0.13
HSL 25.44º 0.96% 0.44% -
HSV(B) 25.44º 0.98% 0.87% -
XYZ 34.02 23.75 2.91 -
YUV 122.89 60.91 197.98 -
System Red Green Blue C M Y K H S L
Decimal 221 96 4 0 0.57 0.98 0.13 25.44 0.96 0.44
Hex DD 60 4 0 39 62 D 19 60 2C
Octal 335 140 4 0 71 142 15 31 140 54
Binary 11011101 1100000 100 0 111001 1100010 1101 11001 1100000 101100

Color Harmonies of #DD6004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6004

Black with #DD6004

Text Example


Text Example

White with #DD6004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6004; }

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

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

background-color css

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

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

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

border-color css

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

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

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