Html Css Color HEX #DD5C03 Persimmon

📋 copy color: '#DD5C03'

red 221 ◦ green 92 ◦ blue 3

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

Shades of Persimmon #DD5C03

Tints of Persimmon #DD5C03

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.11%

 BLUE value IS 3 (1.56% from 255) = 0.95%

R = 69.94%
G = 29.11%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD5C03 (or 0xDD5C03) is known color: Persimmon. HEX triplet: DD, 5C and 03. RGB value is (221,92,3). Sum of RGB (Red+Green+Blue) = 221+92+3=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 3 (1.56% from 255 or 0.95% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5C03 is #22A3FC. Grayscale: #787878. Windows color (decimal): -2270205 or 220381. OLE color: 220381.

HSL color Cylindrical-coordinate representation of color #DD5C03: hue angle of 24.5º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD5C03 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 92 3 -
CMYK 0 0.58 0.99 0.13
HSL 24.5º 0.97% 0.44% -
HSV(B) 24.5º 0.99% 0.87% -
XYZ 33.66 23.03 2.76 -
YUV 120.43 61.74 199.74 -
System Red Green Blue C M Y K H S L
Decimal 221 92 3 0 0.58 0.99 0.13 24.5 0.97 0.44
Hex DD 5C 3 0 3A 63 D 18 61 2C
Octal 335 134 3 0 72 143 15 30 141 54
Binary 11011101 1011100 11 0 111010 1100011 1101 11000 1100001 101100

Color Harmonies of #DD5C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5C03

Black with #DD5C03

Text Example


Text Example

White with #DD5C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5C03; }

 p { color: rgb(221,92,3); }

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

background-color css

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

 a { background-color: rgb(221,92,3); }

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

border-color css

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

 span { border-color: rgb(221,92,3); }

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