Html Css Color HEX #DF4A00 Persimmon

📋 copy color: '#DF4A00'

red 223 ◦ green 74 ◦ blue 0

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

Shades of Persimmon #DF4A00

Tints of Persimmon #DF4A00

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.08%
G = 24.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF4A00 (or 0xDF4A00) is known color: Persimmon. HEX triplet: DF, 4A and 00. RGB value is (223,74,0). Sum of RGB (Red+Green+Blue) = 223+74+0=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4A00 is #20B5FF. Grayscale: #6E6E6E. Windows color (decimal): -2143744 or 19167. OLE color: 19167.

HSL color Cylindrical-coordinate representation of color #DF4A00: hue angle of 19.91º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF4A00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 74 0 -
CMYK 0 0.67 1 0.13
HSL 19.91º 1% 0.44% -
HSV(B) 19.91º 1% 0.87% -
XYZ 32.88 20.59 2.24 -
YUV 110.12 65.86 208.52 -
System Red Green Blue C M Y K H S L
Decimal 223 74 0 0 0.67 1 0.13 19.91 1 0.44
Hex DF 4A 0 0 43 64 D 14 64 2C
Octal 337 112 0 0 103 144 15 24 144 54
Binary 11011111 1001010 0 0 1000011 1100100 1101 10100 1100100 101100

Color Harmonies of #DF4A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4A00

Black with #DF4A00

Text Example


Text Example

White with #DF4A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4A00; }

 p { color: rgb(223,74,0); }

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

background-color css

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

 a { background-color: rgb(223,74,0); }

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

border-color css

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

 span { border-color: rgb(223,74,0); }

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