Html Css Color HEX #DD6000 Persimmon

📋 copy color: '#DD6000'

red 221 ◦ green 96 ◦ blue 0

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

Shades of Persimmon #DD6000

Tints of Persimmon #DD6000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.72%
G = 30.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD6000 (or 0xDD6000) is known color: Persimmon. HEX triplet: DD, 60 and 00. RGB value is (221,96,0). Sum of RGB (Red+Green+Blue) = 221+96+0=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6000 is #229FFF. Grayscale: #7A7A7A. Windows color (decimal): -2269184 or 24797. OLE color: 24797.

HSL color Cylindrical-coordinate representation of color #DD6000: hue angle of 26.06º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD6000 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 96 0 -
CMYK 0 0.57 1 0.13
HSL 26.06º 1% 0.43% -
HSV(B) 26.06º 1% 0.87% -
XYZ 34 23.74 2.79 -
YUV 122.43 58.91 198.31 -
System Red Green Blue C M Y K H S L
Decimal 221 96 0 0 0.57 1 0.13 26.06 1 0.43
Hex DD 60 0 0 39 64 D 1A 64 2B
Octal 335 140 0 0 71 144 15 32 144 53
Binary 11011101 1100000 0 0 111001 1100100 1101 11010 1100100 101011

Color Harmonies of #DD6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6000

Black with #DD6000

Text Example


Text Example

White with #DD6000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6000; }

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

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

background-color css

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

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

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

border-color css

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

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

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