Html Css Color HEX #DD4703 Persimmon

📋 copy color: '#DD4703'

red 221 ◦ green 71 ◦ blue 3

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

Shades of Persimmon #DD4703

Tints of Persimmon #DD4703

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.07%

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

R = 74.92%
G = 24.07%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD4703 (or 0xDD4703) is known color: Persimmon. HEX triplet: DD, 47 and 03. RGB value is (221,71,3). Sum of RGB (Red+Green+Blue) = 221+71+3=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4703 is #22B8FC. Grayscale: #6C6C6C. Windows color (decimal): -2275581 or 215005. OLE color: 215005.

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

Color convert

RGB 221 71 3 -
CMYK 0 0.68 0.99 0.13
HSL 18.72º 0.97% 0.44% -
HSV(B) 18.72º 0.99% 0.87% -
XYZ 32.09 19.89 2.23 -
YUV 108.1 68.7 208.53 -
System Red Green Blue C M Y K H S L
Decimal 221 71 3 0 0.68 0.99 0.13 18.72 0.97 0.44
Hex DD 47 3 0 44 63 D 13 61 2C
Octal 335 107 3 0 104 143 15 23 141 54
Binary 11011101 1000111 11 0 1000100 1100011 1101 10011 1100001 101100

Color Harmonies of #DD4703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4703

Black with #DD4703

Text Example


Text Example

White with #DD4703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4703; }

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

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

background-color css

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

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

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

border-color css

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

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

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