Html Css Color HEX #DF4B00 Persimmon

📋 copy color: '#DF4B00'

red 223 ◦ green 75 ◦ blue 0

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

Shades of Persimmon #DF4B00

Tints of Persimmon #DF4B00

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.17%

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

R = 74.83%
G = 25.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF4B00 (or 0xDF4B00) is known color: Persimmon. HEX triplet: DF, 4B and 00. RGB value is (223,75,0). Sum of RGB (Red+Green+Blue) = 223+75+0=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4B00 is #20B4FF. Grayscale: #6F6F6F. Windows color (decimal): -2143488 or 19423. OLE color: 19423.

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

Color convert

RGB 223 75 0 -
CMYK 0 0.66 1 0.13
HSL 20.18º 1% 0.44% -
HSV(B) 20.18º 1% 0.87% -
XYZ 32.95 20.72 2.26 -
YUV 110.7 65.53 208.1 -
System Red Green Blue C M Y K H S L
Decimal 223 75 0 0 0.66 1 0.13 20.18 1 0.44
Hex DF 4B 0 0 42 64 D 14 64 2C
Octal 337 113 0 0 102 144 15 24 144 54
Binary 11011111 1001011 0 0 1000010 1100100 1101 10100 1100100 101100

Color Harmonies of #DF4B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4B00

Black with #DF4B00

Text Example


Text Example

White with #DF4B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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