Html Css Color HEX #DD6203 Persimmon

📋 copy color: '#DD6203'

red 221 ◦ green 98 ◦ blue 3

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

Shades of Persimmon #DD6203

Tints of Persimmon #DD6203

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.43%

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 68.63%
G = 30.43%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD6203 (or 0xDD6203) is known color: Persimmon. HEX triplet: DD, 62 and 03. RGB value is (221,98,3). Sum of RGB (Red+Green+Blue) = 221+98+3=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6203 is #229DFC. Grayscale: #7C7C7C. Windows color (decimal): -2268669 or 221917. OLE color: 221917.

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

Color convert

RGB 221 98 3 -
CMYK 0 0.56 0.99 0.13
HSL 26.15º 0.97% 0.44% -
HSV(B) 26.15º 0.99% 0.87% -
XYZ 34.2 24.11 2.94 -
YUV 123.95 59.75 197.22 -
System Red Green Blue C M Y K H S L
Decimal 221 98 3 0 0.56 0.99 0.13 26.15 0.97 0.44
Hex DD 62 3 0 38 63 D 1A 61 2C
Octal 335 142 3 0 70 143 15 32 141 54
Binary 11011101 1100010 11 0 111000 1100011 1101 11010 1100001 101100

Color Harmonies of #DD6203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6203

Black with #DD6203

Text Example


Text Example

White with #DD6203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6203; }

 p { color: rgb(221,98,3); }

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

background-color css

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

 a { background-color: rgb(221,98,3); }

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

border-color css

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

 span { border-color: rgb(221,98,3); }

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