Html Css Color HEX #DD6100 Persimmon

📋 copy color: '#DD6100'

red 221 ◦ green 97 ◦ blue 0

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

Shades of Persimmon #DD6100

Tints of Persimmon #DD6100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.5%

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

R = 69.5%
G = 30.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD6100 (or 0xDD6100) is known color: Persimmon. HEX triplet: DD, 61 and 00. RGB value is (221,97,0). Sum of RGB (Red+Green+Blue) = 221+97+0=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6100 is #229EFF. Grayscale: #7B7B7B. Windows color (decimal): -2268928 or 25053. OLE color: 25053.

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

Color convert

RGB 221 97 0 -
CMYK 0 0.56 1 0.13
HSL 26.33º 1% 0.43% -
HSV(B) 26.33º 1% 0.87% -
XYZ 34.09 23.92 2.82 -
YUV 123.02 58.58 197.89 -
System Red Green Blue C M Y K H S L
Decimal 221 97 0 0 0.56 1 0.13 26.33 1 0.43
Hex DD 61 0 0 38 64 D 1A 64 2B
Octal 335 141 0 0 70 144 15 32 144 53
Binary 11011101 1100001 0 0 111000 1100100 1101 11010 1100100 101011

Color Harmonies of #DD6100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6100

Black with #DD6100

Text Example


Text Example

White with #DD6100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6100; }

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

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

background-color css

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

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

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

border-color css

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

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

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