Html Css Color HEX #DD480A Persimmon

📋 copy color: '#DD480A'

red 221 ◦ green 72 ◦ blue 10

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

Shades of Persimmon #DD480A

Tints of Persimmon #DD480A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.76%

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

R = 72.94%
G = 23.76%
B = 3.3%

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

#DD480A (or 0xDD480A) is known color: Persimmon. HEX triplet: DD, 48 and 0A. RGB value is (221,72,10). Sum of RGB (Red+Green+Blue) = 221+72+10=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD480A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD480A is #22B7F5. Grayscale: #6D6D6D. Windows color (decimal): -2275318 or 674013. OLE color: 674013.

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

Color convert

RGB 221 72 10 -
CMYK 0 0.67 0.95 0.13
HSL 17.63º 0.91% 0.45% -
HSV(B) 17.63º 0.95% 0.87% -
XYZ 32.19 20.03 2.46 -
YUV 109.48 71.86 207.54 -
System Red Green Blue C M Y K H S L
Decimal 221 72 10 0 0.67 0.95 0.13 17.63 0.91 0.45
Hex DD 48 A 0 43 5F D 12 5B 2D
Octal 335 110 12 0 103 137 15 22 133 55
Binary 11011101 1001000 1010 0 1000011 1011111 1101 10010 1011011 101101

Color Harmonies of #DD480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD480A

Black with #DD480A

Text Example


Text Example

White with #DD480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD480A; }

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

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

background-color css

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

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

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

border-color css

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

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

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