Html Css Color HEX #DD4700 Persimmon

📋 copy color: '#DD4700'

red 221 ◦ green 71 ◦ blue 0

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

Shades of Persimmon #DD4700

Tints of Persimmon #DD4700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.68%
G = 24.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD4700 (or 0xDD4700) is known color: Persimmon. HEX triplet: DD, 47 and 00. RGB value is (221,71,0). Sum of RGB (Red+Green+Blue) = 221+71+0=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4700 is #22B8FF. Grayscale: #6C6C6C. Windows color (decimal): -2275584 or 18397. OLE color: 18397.

HSL color Cylindrical-coordinate representation of color #DD4700: hue angle of 19.28º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD4700 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 71 0 -
CMYK 0 0.68 1 0.13
HSL 19.28º 1% 0.43% -
HSV(B) 19.28º 1% 0.87% -
XYZ 32.07 19.88 2.15 -
YUV 107.76 67.2 208.77 -
System Red Green Blue C M Y K H S L
Decimal 221 71 0 0 0.68 1 0.13 19.28 1 0.43
Hex DD 47 0 0 44 64 D 13 64 2B
Octal 335 107 0 0 104 144 15 23 144 53
Binary 11011101 1000111 0 0 1000100 1100100 1101 10011 1100100 101011

Color Harmonies of #DD4700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4700

Black with #DD4700

Text Example


Text Example

White with #DD4700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4700; }

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

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

background-color css

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

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

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

border-color css

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

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

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