Html Css Color HEX #DD4304 Persimmon

📋 copy color: '#DD4304'

red 221 ◦ green 67 ◦ blue 4

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

Shades of Persimmon #DD4304

Tints of Persimmon #DD4304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.95%

 BLUE value IS 4 (1.95% from 255) = 1.37%

R = 75.68%
G = 22.95%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD4304 (or 0xDD4304) is known color: Persimmon. HEX triplet: DD, 43 and 04. RGB value is (221,67,4). Sum of RGB (Red+Green+Blue) = 221+67+4=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4304 is #22BCFB. Grayscale: #6A6A6A. Windows color (decimal): -2276604 or 279517. OLE color: 279517.

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

Color convert

RGB 221 67 4 -
CMYK 0 0.70 0.98 0.13
HSL 17.42º 0.96% 0.44% -
HSV(B) 17.42º 0.98% 0.87% -
XYZ 31.85 19.4 2.18 -
YUV 105.86 70.52 210.12 -
System Red Green Blue C M Y K H S L
Decimal 221 67 4 0 0.70 0.98 0.13 17.42 0.96 0.44
Hex DD 43 4 0 46 62 D 11 60 2C
Octal 335 103 4 0 106 142 15 21 140 54
Binary 11011101 1000011 100 0 1000110 1100010 1101 10001 1100000 101100

Color Harmonies of #DD4304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4304

Black with #DD4304

Text Example


Text Example

White with #DD4304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4304; }

 p { color: rgb(221,67,4); }

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

background-color css

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

 a { background-color: rgb(221,67,4); }

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

border-color css

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

 span { border-color: rgb(221,67,4); }

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