Html Css Color HEX #DD4903 Persimmon

📋 copy color: '#DD4903'

red 221 ◦ green 73 ◦ blue 3

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

Shades of Persimmon #DD4903

Tints of Persimmon #DD4903

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.58%

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

R = 74.41%
G = 24.58%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD4903 (or 0xDD4903) is known color: Persimmon. HEX triplet: DD, 49 and 03. RGB value is (221,73,3). Sum of RGB (Red+Green+Blue) = 221+73+3=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4903 is #22B6FC. Grayscale: #6D6D6D. Windows color (decimal): -2275069 or 215517. OLE color: 215517.

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

Color convert

RGB 221 73 3 -
CMYK 0 0.67 0.99 0.13
HSL 19.27º 0.97% 0.44% -
HSV(B) 19.27º 0.99% 0.87% -
XYZ 32.22 20.14 2.28 -
YUV 109.27 68.03 207.69 -
System Red Green Blue C M Y K H S L
Decimal 221 73 3 0 0.67 0.99 0.13 19.27 0.97 0.44
Hex DD 49 3 0 43 63 D 13 61 2C
Octal 335 111 3 0 103 143 15 23 141 54
Binary 11011101 1001001 11 0 1000011 1100011 1101 10011 1100001 101100

Color Harmonies of #DD4903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4903

Black with #DD4903

Text Example


Text Example

White with #DD4903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4903; }

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

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

background-color css

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

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

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

border-color css

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

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

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