Html Css Color HEX #DD4D02 Persimmon

📋 copy color: '#DD4D02'

red 221 ◦ green 77 ◦ blue 2

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

Shades of Persimmon #DD4D02

Tints of Persimmon #DD4D02

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.67%

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

R = 73.67%
G = 25.67%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD4D02 (or 0xDD4D02) is known color: Persimmon. HEX triplet: DD, 4D and 02. RGB value is (221,77,2). Sum of RGB (Red+Green+Blue) = 221+77+2=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4D02 is #22B2FD. Grayscale: #6F6F6F. Windows color (decimal): -2274046 or 151005. OLE color: 151005.

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

Color convert

RGB 221 77 2 -
CMYK 0 0.65 0.99 0.13
HSL 20.55º 0.98% 0.44% -
HSV(B) 20.55º 0.99% 0.87% -
XYZ 32.48 20.68 2.34 -
YUV 111.51 66.21 206.1 -
System Red Green Blue C M Y K H S L
Decimal 221 77 2 0 0.65 0.99 0.13 20.55 0.98 0.44
Hex DD 4D 2 0 41 63 D 15 62 2C
Octal 335 115 2 0 101 143 15 25 142 54
Binary 11011101 1001101 10 0 1000001 1100011 1101 10101 1100010 101100

Color Harmonies of #DD4D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4D02

Black with #DD4D02

Text Example


Text Example

White with #DD4D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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