Html Css Color HEX #DD5C02 Persimmon

📋 copy color: '#DD5C02'

red 221 ◦ green 92 ◦ blue 2

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

Shades of Persimmon #DD5C02

Tints of Persimmon #DD5C02

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.21%

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

R = 70.16%
G = 29.21%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD5C02 (or 0xDD5C02) is known color: Persimmon. HEX triplet: DD, 5C and 02. RGB value is (221,92,2). Sum of RGB (Red+Green+Blue) = 221+92+2=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5C02 is #22A3FD. Grayscale: #787878. Windows color (decimal): -2270206 or 154845. OLE color: 154845.

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

Color convert

RGB 221 92 2 -
CMYK 0 0.58 0.99 0.13
HSL 24.66º 0.98% 0.44% -
HSV(B) 24.66º 0.99% 0.87% -
XYZ 33.66 23.03 2.73 -
YUV 120.31 61.24 199.82 -
System Red Green Blue C M Y K H S L
Decimal 221 92 2 0 0.58 0.99 0.13 24.66 0.98 0.44
Hex DD 5C 2 0 3A 63 D 19 62 2C
Octal 335 134 2 0 72 143 15 31 142 54
Binary 11011101 1011100 10 0 111010 1100011 1101 11001 1100010 101100

Color Harmonies of #DD5C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5C02

Black with #DD5C02

Text Example


Text Example

White with #DD5C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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