Html Css Color HEX #DF470A Persimmon

📋 copy color: '#DF470A'

red 223 ◦ green 71 ◦ blue 10

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

Shades of Persimmon #DF470A

Tints of Persimmon #DF470A

RGB

 RED value IS 223 (87.5% from 255) = 73.36%

 GREEN value IS 71 (28.13% from 255) = 23.36%

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

R = 73.36%
G = 23.36%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF470A (or 0xDF470A) is known color: Persimmon. HEX triplet: DF, 47 and 0A. RGB value is (223,71,10). Sum of RGB (Red+Green+Blue) = 223+71+10=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF470A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF470A is #20B8F5. Grayscale: #6D6D6D. Windows color (decimal): -2144502 or 673759. OLE color: 673759.

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

Color convert

RGB 223 71 10 -
CMYK 0 0.68 0.96 0.13
HSL 17.18º 0.91% 0.46% -
HSV(B) 17.18º 0.96% 0.87% -
XYZ 32.74 20.22 2.46 -
YUV 109.49 71.86 208.96 -
System Red Green Blue C M Y K H S L
Decimal 223 71 10 0 0.68 0.96 0.13 17.18 0.91 0.46
Hex DF 47 A 0 44 60 D 11 5B 2E
Octal 337 107 12 0 104 140 15 21 133 56
Binary 11011111 1000111 1010 0 1000100 1100000 1101 10001 1011011 101110

Color Harmonies of #DF470A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF470A

Black with #DF470A

Text Example


Text Example

White with #DF470A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF470A; }

 p { color: rgb(223,71,10); }

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

background-color css

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

 a { background-color: rgb(223,71,10); }

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

border-color css

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

 span { border-color: rgb(223,71,10); }

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