Html Css Color HEX #DD4306 Persimmon

📋 copy color: '#DD4306'

red 221 ◦ green 67 ◦ blue 6

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

Shades of Persimmon #DD4306

Tints of Persimmon #DD4306

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.79%

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

R = 75.17%
G = 22.79%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD4306 (or 0xDD4306) is known color: Persimmon. HEX triplet: DD, 43 and 06. RGB value is (221,67,6). Sum of RGB (Red+Green+Blue) = 221+67+6=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4306 is #22BCF9. Grayscale: #6A6A6A. Windows color (decimal): -2276602 or 410589. OLE color: 410589.

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

Color convert

RGB 221 67 6 -
CMYK 0 0.70 0.97 0.13
HSL 17.02º 0.95% 0.45% -
HSV(B) 17.02º 0.97% 0.87% -
XYZ 31.86 19.4 2.24 -
YUV 106.09 71.52 209.96 -
System Red Green Blue C M Y K H S L
Decimal 221 67 6 0 0.70 0.97 0.13 17.02 0.95 0.45
Hex DD 43 6 0 46 61 D 11 5F 2D
Octal 335 103 6 0 106 141 15 21 137 55
Binary 11011101 1000011 110 0 1000110 1100001 1101 10001 1011111 101101

Color Harmonies of #DD4306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4306

Black with #DD4306

Text Example


Text Example

White with #DD4306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4306; }

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

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

background-color css

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

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

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

border-color css

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

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

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