Html Css Color HEX #DD6008 Persimmon

📋 copy color: '#DD6008'

red 221 ◦ green 96 ◦ blue 8

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

Shades of Persimmon #DD6008

Tints of Persimmon #DD6008

RGB

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

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

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

R = 68%
G = 29.54%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD6008 (or 0xDD6008) is known color: Persimmon. HEX triplet: DD, 60 and 08. RGB value is (221,96,8). Sum of RGB (Red+Green+Blue) = 221+96+8=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6008 is #229FF7. Grayscale: #7B7B7B. Windows color (decimal): -2269176 or 549085. OLE color: 549085.

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

Color convert

RGB 221 96 8 -
CMYK 0 0.57 0.96 0.13
HSL 24.79º 0.93% 0.45% -
HSV(B) 24.79º 0.96% 0.87% -
XYZ 34.05 23.76 3.02 -
YUV 123.34 62.91 197.66 -
System Red Green Blue C M Y K H S L
Decimal 221 96 8 0 0.57 0.96 0.13 24.79 0.93 0.45
Hex DD 60 8 0 39 60 D 19 5D 2D
Octal 335 140 10 0 71 140 15 31 135 55
Binary 11011101 1100000 1000 0 111001 1100000 1101 11001 1011101 101101

Color Harmonies of #DD6008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6008

Black with #DD6008

Text Example


Text Example

White with #DD6008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6008; }

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

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

background-color css

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

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

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

border-color css

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

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

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