Html Css Color HEX #DD6108 Persimmon

📋 copy color: '#DD6108'

red 221 ◦ green 97 ◦ blue 8

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

Shades of Persimmon #DD6108

Tints of Persimmon #DD6108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 67.79%
G = 29.75%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD6108 (or 0xDD6108) is known color: Persimmon. HEX triplet: DD, 61 and 08. RGB value is (221,97,8). Sum of RGB (Red+Green+Blue) = 221+97+8=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6108 is #229EF7. Grayscale: #7C7C7C. Windows color (decimal): -2268920 or 549341. OLE color: 549341.

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

Color convert

RGB 221 97 8 -
CMYK 0 0.56 0.96 0.13
HSL 25.07º 0.93% 0.45% -
HSV(B) 25.07º 0.96% 0.87% -
XYZ 34.14 23.94 3.05 -
YUV 123.93 62.58 197.24 -
System Red Green Blue C M Y K H S L
Decimal 221 97 8 0 0.56 0.96 0.13 25.07 0.93 0.45
Hex DD 61 8 0 38 60 D 19 5D 2D
Octal 335 141 10 0 70 140 15 31 135 55
Binary 11011101 1100001 1000 0 111000 1100000 1101 11001 1011101 101101

Color Harmonies of #DD6108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6108

Black with #DD6108

Text Example


Text Example

White with #DD6108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6108; }

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

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

background-color css

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

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

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

border-color css

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

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

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