Html Css Color HEX #DD6103 Persimmon

📋 copy color: '#DD6103'

red 221 ◦ green 97 ◦ blue 3

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

Shades of Persimmon #DD6103

Tints of Persimmon #DD6103

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.22%

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

R = 68.85%
G = 30.22%
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

#DD6103 (or 0xDD6103) is known color: Persimmon. HEX triplet: DD, 61 and 03. RGB value is (221,97,3). Sum of RGB (Red+Green+Blue) = 221+97+3=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6103 is #229EFC. Grayscale: #7B7B7B. Windows color (decimal): -2268925 or 221661. OLE color: 221661.

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

Color convert

RGB 221 97 3 -
CMYK 0 0.56 0.99 0.13
HSL 25.87º 0.97% 0.44% -
HSV(B) 25.87º 0.99% 0.87% -
XYZ 34.11 23.93 2.91 -
YUV 123.36 60.08 197.64 -
System Red Green Blue C M Y K H S L
Decimal 221 97 3 0 0.56 0.99 0.13 25.87 0.97 0.44
Hex DD 61 3 0 38 63 D 1A 61 2C
Octal 335 141 3 0 70 143 15 32 141 54
Binary 11011101 1100001 11 0 111000 1100011 1101 11010 1100001 101100

Color Harmonies of #DD6103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6103

Black with #DD6103

Text Example


Text Example

White with #DD6103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6103; }

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

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

background-color css

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

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

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

border-color css

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

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

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