Html Css Color HEX #DF5306 Persimmon

📋 copy color: '#DF5306'

red 223 ◦ green 83 ◦ blue 6

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

Shades of Persimmon #DF5306

Tints of Persimmon #DF5306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.6%

 BLUE value IS 6 (2.73% from 255) = 1.92%

R = 71.47%
G = 26.6%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF5306 (or 0xDF5306) is known color: Persimmon. HEX triplet: DF, 53 and 06. RGB value is (223,83,6). Sum of RGB (Red+Green+Blue) = 223+83+6=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5306 is #20ACF9. Grayscale: #747474. Windows color (decimal): -2141434 or 414687. OLE color: 414687.

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

Color convert

RGB 223 83 6 -
CMYK 0 0.63 0.97 0.13
HSL 21.29º 0.95% 0.45% -
HSV(B) 21.29º 0.97% 0.87% -
XYZ 33.56 21.89 2.63 -
YUV 116.08 65.88 204.26 -
System Red Green Blue C M Y K H S L
Decimal 223 83 6 0 0.63 0.97 0.13 21.29 0.95 0.45
Hex DF 53 6 0 3F 61 D 15 5F 2D
Octal 337 123 6 0 77 141 15 25 137 55
Binary 11011111 1010011 110 0 111111 1100001 1101 10101 1011111 101101

Color Harmonies of #DF5306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5306

Black with #DF5306

Text Example


Text Example

White with #DF5306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5306; }

 p { color: rgb(223,83,6); }

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

background-color css

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

 a { background-color: rgb(223,83,6); }

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

border-color css

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

 span { border-color: rgb(223,83,6); }

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