Html Css Color HEX #DD4C06 Persimmon

📋 copy color: '#DD4C06'

red 221 ◦ green 76 ◦ blue 6

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

Shades of Persimmon #DD4C06

Tints of Persimmon #DD4C06

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.08%

 BLUE value IS 6 (2.73% from 255) = 1.98%

R = 72.94%
G = 25.08%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD4C06 (or 0xDD4C06) is known color: Persimmon. HEX triplet: DD, 4C and 06. RGB value is (221,76,6). Sum of RGB (Red+Green+Blue) = 221+76+6=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4C06 is #22B3F9. Grayscale: #6F6F6F. Windows color (decimal): -2274298 or 412893. OLE color: 412893.

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

Color convert

RGB 221 76 6 -
CMYK 0 0.66 0.97 0.13
HSL 19.53º 0.95% 0.45% -
HSV(B) 19.53º 0.97% 0.87% -
XYZ 32.44 20.55 2.43 -
YUV 111.38 68.54 206.19 -
System Red Green Blue C M Y K H S L
Decimal 221 76 6 0 0.66 0.97 0.13 19.53 0.95 0.45
Hex DD 4C 6 0 42 61 D 14 5F 2D
Octal 335 114 6 0 102 141 15 24 137 55
Binary 11011101 1001100 110 0 1000010 1100001 1101 10100 1011111 101101

Color Harmonies of #DD4C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C06

Black with #DD4C06

Text Example


Text Example

White with #DD4C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C06; }

 p { color: rgb(221,76,6); }

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

background-color css

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

 a { background-color: rgb(221,76,6); }

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

border-color css

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

 span { border-color: rgb(221,76,6); }

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