Html Css Color HEX #DD4402 Persimmon

📋 copy color: '#DD4402'

red 221 ◦ green 68 ◦ blue 2

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

Shades of Persimmon #DD4402

Tints of Persimmon #DD4402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.37%

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 75.95%
G = 23.37%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD4402 (or 0xDD4402) is known color: Persimmon. HEX triplet: DD, 44 and 02. RGB value is (221,68,2). Sum of RGB (Red+Green+Blue) = 221+68+2=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4402 is #22BBFD. Grayscale: #6A6A6A. Windows color (decimal): -2276350 or 148701. OLE color: 148701.

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

Color convert

RGB 221 68 2 -
CMYK 0 0.69 0.99 0.13
HSL 18.08º 0.98% 0.44% -
HSV(B) 18.08º 0.99% 0.87% -
XYZ 31.9 19.51 2.14 -
YUV 106.22 69.19 209.87 -
System Red Green Blue C M Y K H S L
Decimal 221 68 2 0 0.69 0.99 0.13 18.08 0.98 0.44
Hex DD 44 2 0 45 63 D 12 62 2C
Octal 335 104 2 0 105 143 15 22 142 54
Binary 11011101 1000100 10 0 1000101 1100011 1101 10010 1100010 101100

Color Harmonies of #DD4402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4402

Black with #DD4402

Text Example


Text Example

White with #DD4402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4402; }

 p { color: rgb(221,68,2); }

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

background-color css

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

 a { background-color: rgb(221,68,2); }

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

border-color css

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

 span { border-color: rgb(221,68,2); }

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