Html Css Color HEX #DD4A0C Persimmon

📋 copy color: '#DD4A0C'

red 221 ◦ green 74 ◦ blue 12

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

Shades of Persimmon #DD4A0C

Tints of Persimmon #DD4A0C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.1%

 BLUE value IS 12 (5.08% from 255) = 3.91%

R = 71.99%
G = 24.1%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD4A0C (or 0xDD4A0C) is known color: Persimmon. HEX triplet: DD, 4A and 0C. RGB value is (221,74,12). Sum of RGB (Red+Green+Blue) = 221+74+12=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4A0C is #22B5F3. Grayscale: #6F6F6F. Windows color (decimal): -2274804 or 805597. OLE color: 805597.

HSL color Cylindrical-coordinate representation of color #DD4A0C: hue angle of 17.8º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD4A0C is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 74 12 -
CMYK 0 0.67 0.95 0.13
HSL 17.8º 0.9% 0.46% -
HSV(B) 17.8º 0.95% 0.87% -
XYZ 32.33 20.3 2.56 -
YUV 110.89 72.2 206.54 -
System Red Green Blue C M Y K H S L
Decimal 221 74 12 0 0.67 0.95 0.13 17.8 0.9 0.46
Hex DD 4A C 0 43 5F D 12 5A 2E
Octal 335 112 14 0 103 137 15 22 132 56
Binary 11011101 1001010 1100 0 1000011 1011111 1101 10010 1011010 101110

Color Harmonies of #DD4A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4A0C

Black with #DD4A0C

Text Example


Text Example

White with #DD4A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4A0C; }

 p { color: rgb(221,74,12); }

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

background-color css

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

 a { background-color: rgb(221,74,12); }

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

border-color css

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

 span { border-color: rgb(221,74,12); }

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