Html Css Color HEX #DD6107 Persimmon

📋 copy color: '#DD6107'

red 221 ◦ green 97 ◦ blue 7

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

Shades of Persimmon #DD6107

Tints of Persimmon #DD6107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.15%

R = 68%
G = 29.85%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD6107 (or 0xDD6107) is known color: Persimmon. HEX triplet: DD, 61 and 07. RGB value is (221,97,7). Sum of RGB (Red+Green+Blue) = 221+97+7=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6107 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6107 is #229EF8. Grayscale: #7C7C7C. Windows color (decimal): -2268921 or 483805. OLE color: 483805.

HSL color Cylindrical-coordinate representation of color #DD6107: hue angle of 25.23º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD6107 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 97 7 -
CMYK 0 0.56 0.97 0.13
HSL 25.23º 0.94% 0.45% -
HSV(B) 25.23º 0.97% 0.87% -
XYZ 34.13 23.94 3.02 -
YUV 123.82 62.08 197.32 -
System Red Green Blue C M Y K H S L
Decimal 221 97 7 0 0.56 0.97 0.13 25.23 0.94 0.45
Hex DD 61 7 0 38 61 D 19 5E 2D
Octal 335 141 7 0 70 141 15 31 136 55
Binary 11011101 1100001 111 0 111000 1100001 1101 11001 1011110 101101

Color Harmonies of #DD6107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6107

Black with #DD6107

Text Example


Text Example

White with #DD6107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6107; }

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

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

background-color css

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

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

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

border-color css

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

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

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