Html Css Color HEX #DD540A Persimmon

📋 copy color: '#DD540A'

red 221 ◦ green 84 ◦ blue 10

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

Shades of Persimmon #DD540A

Tints of Persimmon #DD540A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.67%

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

R = 70.16%
G = 26.67%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD540A (or 0xDD540A) is known color: Persimmon. HEX triplet: DD, 54 and 0A. RGB value is (221,84,10). Sum of RGB (Red+Green+Blue) = 221+84+10=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD540A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD540A is #22ABF5. Grayscale: #747474. Windows color (decimal): -2272246 or 677085. OLE color: 677085.

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

Color convert

RGB 221 84 10 -
CMYK 0 0.62 0.95 0.13
HSL 21.04º 0.91% 0.45% -
HSV(B) 21.04º 0.95% 0.87% -
XYZ 33.04 21.73 2.74 -
YUV 116.53 67.89 202.52 -
System Red Green Blue C M Y K H S L
Decimal 221 84 10 0 0.62 0.95 0.13 21.04 0.91 0.45
Hex DD 54 A 0 3E 5F D 15 5B 2D
Octal 335 124 12 0 76 137 15 25 133 55
Binary 11011101 1010100 1010 0 111110 1011111 1101 10101 1011011 101101

Color Harmonies of #DD540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD540A

Black with #DD540A

Text Example


Text Example

White with #DD540A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD540A; }

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

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

background-color css

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

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

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

border-color css

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

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

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