Html Css Color HEX #DD620A Persimmon

📋 copy color: '#DD620A'

red 221 ◦ green 98 ◦ blue 10

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

Shades of Persimmon #DD620A

Tints of Persimmon #DD620A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.79%

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

R = 67.17%
G = 29.79%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD620A (or 0xDD620A) is known color: Persimmon. HEX triplet: DD, 62 and 0A. RGB value is (221,98,10). Sum of RGB (Red+Green+Blue) = 221+98+10=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD620A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD620A is #229DF5. Grayscale: #7D7D7D. Windows color (decimal): -2268662 or 680669. OLE color: 680669.

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

Color convert

RGB 221 98 10 -
CMYK 0 0.56 0.95 0.13
HSL 25.02º 0.91% 0.45% -
HSV(B) 25.02º 0.95% 0.87% -
XYZ 34.24 24.13 3.14 -
YUV 124.75 63.25 196.66 -
System Red Green Blue C M Y K H S L
Decimal 221 98 10 0 0.56 0.95 0.13 25.02 0.91 0.45
Hex DD 62 A 0 38 5F D 19 5B 2D
Octal 335 142 12 0 70 137 15 31 133 55
Binary 11011101 1100010 1010 0 111000 1011111 1101 11001 1011011 101101

Color Harmonies of #DD620A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD620A

Black with #DD620A

Text Example


Text Example

White with #DD620A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD620A; }

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

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

background-color css

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

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

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

border-color css

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

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

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