Html Css Color HEX #DD6009 Persimmon

📋 copy color: '#DD6009'

red 221 ◦ green 96 ◦ blue 9

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

Shades of Persimmon #DD6009

Tints of Persimmon #DD6009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.76%

R = 67.79%
G = 29.45%
B = 2.76%

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

#DD6009 (or 0xDD6009) is known color: Persimmon. HEX triplet: DD, 60 and 09. RGB value is (221,96,9). Sum of RGB (Red+Green+Blue) = 221+96+9=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6009 is #229FF6. Grayscale: #7B7B7B. Windows color (decimal): -2269175 or 614621. OLE color: 614621.

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

Color convert

RGB 221 96 9 -
CMYK 0 0.57 0.96 0.13
HSL 24.62º 0.92% 0.45% -
HSV(B) 24.62º 0.96% 0.87% -
XYZ 34.05 23.76 3.05 -
YUV 123.46 63.41 197.57 -
System Red Green Blue C M Y K H S L
Decimal 221 96 9 0 0.57 0.96 0.13 24.62 0.92 0.45
Hex DD 60 9 0 39 60 D 19 5C 2D
Octal 335 140 11 0 71 140 15 31 134 55
Binary 11011101 1100000 1001 0 111001 1100000 1101 11001 1011100 101101

Color Harmonies of #DD6009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6009

Black with #DD6009

Text Example


Text Example

White with #DD6009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6009; }

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

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

background-color css

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

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

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

border-color css

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

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

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