Html Css Color HEX #DD620C Persimmon

📋 copy color: '#DD620C'

red 221 ◦ green 98 ◦ blue 12

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

Shades of Persimmon #DD620C

Tints of Persimmon #DD620C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.63%

R = 66.77%
G = 29.61%
B = 3.63%

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

#DD620C (or 0xDD620C) is known color: Persimmon. HEX triplet: DD, 62 and 0C. RGB value is (221,98,12). Sum of RGB (Red+Green+Blue) = 221+98+12=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD620C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD620C is #229DF3. Grayscale: #7D7D7D. Windows color (decimal): -2268660 or 811741. OLE color: 811741.

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

Color convert

RGB 221 98 12 -
CMYK 0 0.56 0.95 0.13
HSL 24.69º 0.9% 0.46% -
HSV(B) 24.69º 0.95% 0.87% -
XYZ 34.25 24.13 3.2 -
YUV 124.97 64.25 196.49 -
System Red Green Blue C M Y K H S L
Decimal 221 98 12 0 0.56 0.95 0.13 24.69 0.9 0.46
Hex DD 62 C 0 38 5F D 19 5A 2E
Octal 335 142 14 0 70 137 15 31 132 56
Binary 11011101 1100010 1100 0 111000 1011111 1101 11001 1011010 101110

Color Harmonies of #DD620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD620C

Black with #DD620C

Text Example


Text Example

White with #DD620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD620C; }

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

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

background-color css

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

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

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

border-color css

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

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

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