Html Css Color HEX #DD5E0C Persimmon

📋 copy color: '#DD5E0C'

red 221 ◦ green 94 ◦ blue 12

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

Shades of Persimmon #DD5E0C

Tints of Persimmon #DD5E0C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.75%

 BLUE value IS 12 (5.08% from 255) = 3.67%

R = 67.58%
G = 28.75%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD5E0C (or 0xDD5E0C) is known color: Persimmon. HEX triplet: DD, 5E and 0C. RGB value is (221,94,12). Sum of RGB (Red+Green+Blue) = 221+94+12=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5E0C is #22A1F3. Grayscale: #7B7B7B. Windows color (decimal): -2269684 or 810717. OLE color: 810717.

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

Color convert

RGB 221 94 12 -
CMYK 0 0.57 0.95 0.13
HSL 23.54º 0.9% 0.46% -
HSV(B) 23.54º 0.95% 0.87% -
XYZ 33.89 23.4 3.08 -
YUV 122.63 65.58 198.17 -
System Red Green Blue C M Y K H S L
Decimal 221 94 12 0 0.57 0.95 0.13 23.54 0.9 0.46
Hex DD 5E C 0 39 5F D 18 5A 2E
Octal 335 136 14 0 71 137 15 30 132 56
Binary 11011101 1011110 1100 0 111001 1011111 1101 11000 1011010 101110

Color Harmonies of #DD5E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E0C

Black with #DD5E0C

Text Example


Text Example

White with #DD5E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E0C; }

 p { color: rgb(221,94,12); }

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

background-color css

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

 a { background-color: rgb(221,94,12); }

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

border-color css

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

 span { border-color: rgb(221,94,12); }

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