Html Css Color HEX #DD530A Persimmon

📋 copy color: '#DD530A'

red 221 ◦ green 83 ◦ blue 10

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

Shades of Persimmon #DD530A

Tints of Persimmon #DD530A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.43%

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

R = 70.38%
G = 26.43%
B = 3.18%

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

#DD530A (or 0xDD530A) is known color: Persimmon. HEX triplet: DD, 53 and 0A. RGB value is (221,83,10). Sum of RGB (Red+Green+Blue) = 221+83+10=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD530A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD530A is #22ACF5. Grayscale: #747474. Windows color (decimal): -2272502 or 676829. OLE color: 676829.

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

Color convert

RGB 221 83 10 -
CMYK 0 0.62 0.95 0.13
HSL 20.76º 0.91% 0.45% -
HSV(B) 20.76º 0.95% 0.87% -
XYZ 32.97 21.58 2.72 -
YUV 115.94 68.22 202.94 -
System Red Green Blue C M Y K H S L
Decimal 221 83 10 0 0.62 0.95 0.13 20.76 0.91 0.45
Hex DD 53 A 0 3E 5F D 15 5B 2D
Octal 335 123 12 0 76 137 15 25 133 55
Binary 11011101 1010011 1010 0 111110 1011111 1101 10101 1011011 101101

Color Harmonies of #DD530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD530A

Black with #DD530A

Text Example


Text Example

White with #DD530A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD530A; }

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

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

background-color css

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

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

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

border-color css

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

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

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