Html Css Color HEX #DD460C Persimmon

📋 copy color: '#DD460C'

red 221 ◦ green 70 ◦ blue 12

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

Shades of Persimmon #DD460C

Tints of Persimmon #DD460C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.1%

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

R = 72.94%
G = 23.1%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD460C (or 0xDD460C) is known color: Persimmon. HEX triplet: DD, 46 and 0C. RGB value is (221,70,12). Sum of RGB (Red+Green+Blue) = 221+70+12=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD460C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD460C is #22B9F3. Grayscale: #6C6C6C. Windows color (decimal): -2275828 or 804573. OLE color: 804573.

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

Color convert

RGB 221 70 12 -
CMYK 0 0.68 0.95 0.13
HSL 16.65º 0.9% 0.46% -
HSV(B) 16.65º 0.95% 0.87% -
XYZ 32.08 19.78 2.48 -
YUV 108.54 73.53 208.22 -
System Red Green Blue C M Y K H S L
Decimal 221 70 12 0 0.68 0.95 0.13 16.65 0.9 0.46
Hex DD 46 C 0 44 5F D 11 5A 2E
Octal 335 106 14 0 104 137 15 21 132 56
Binary 11011101 1000110 1100 0 1000100 1011111 1101 10001 1011010 101110

Color Harmonies of #DD460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD460C

Black with #DD460C

Text Example


Text Example

White with #DD460C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD460C; }

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

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

background-color css

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

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

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

border-color css

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

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

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