Html Css Color HEX #DD440A Persimmon

📋 copy color: '#DD440A'

red 221 ◦ green 68 ◦ blue 10

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

Shades of Persimmon #DD440A

Tints of Persimmon #DD440A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.74%

 BLUE value IS 10 (4.3% from 255) = 3.34%

R = 73.91%
G = 22.74%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD440A (or 0xDD440A) is known color: Persimmon. HEX triplet: DD, 44 and 0A. RGB value is (221,68,10). Sum of RGB (Red+Green+Blue) = 221+68+10=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD440A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD440A is #22BBF5. Grayscale: #6B6B6B. Windows color (decimal): -2276342 or 672989. OLE color: 672989.

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

Color convert

RGB 221 68 10 -
CMYK 0 0.69 0.95 0.13
HSL 16.49º 0.91% 0.45% -
HSV(B) 16.49º 0.95% 0.87% -
XYZ 31.94 19.53 2.37 -
YUV 107.14 73.19 209.22 -
System Red Green Blue C M Y K H S L
Decimal 221 68 10 0 0.69 0.95 0.13 16.49 0.91 0.45
Hex DD 44 A 0 45 5F D 10 5B 2D
Octal 335 104 12 0 105 137 15 20 133 55
Binary 11011101 1000100 1010 0 1000101 1011111 1101 10000 1011011 101101

Color Harmonies of #DD440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD440A

Black with #DD440A

Text Example


Text Example

White with #DD440A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD440A; }

 p { color: rgb(221,68,10); }

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

background-color css

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

 a { background-color: rgb(221,68,10); }

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

border-color css

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

 span { border-color: rgb(221,68,10); }

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