Html Css Color HEX #DD5A02 Persimmon

📋 copy color: '#DD5A02'

red 221 ◦ green 90 ◦ blue 2

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

Shades of Persimmon #DD5A02

Tints of Persimmon #DD5A02

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.75%

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

R = 70.61%
G = 28.75%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD5A02 (or 0xDD5A02) is known color: Persimmon. HEX triplet: DD, 5A and 02. RGB value is (221,90,2). Sum of RGB (Red+Green+Blue) = 221+90+2=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5A02 is #22A5FD. Grayscale: #777777. Windows color (decimal): -2270718 or 154333. OLE color: 154333.

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

Color convert

RGB 221 90 2 -
CMYK 0 0.59 0.99 0.13
HSL 24.11º 0.98% 0.44% -
HSV(B) 24.11º 0.99% 0.87% -
XYZ 33.49 22.69 2.67 -
YUV 119.14 61.9 200.66 -
System Red Green Blue C M Y K H S L
Decimal 221 90 2 0 0.59 0.99 0.13 24.11 0.98 0.44
Hex DD 5A 2 0 3B 63 D 18 62 2C
Octal 335 132 2 0 73 143 15 30 142 54
Binary 11011101 1011010 10 0 111011 1100011 1101 11000 1100010 101100

Color Harmonies of #DD5A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A02

Black with #DD5A02

Text Example


Text Example

White with #DD5A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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