Html Css Color HEX #DF520B Persimmon

📋 copy color: '#DF520B'

red 223 ◦ green 82 ◦ blue 11

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

Shades of Persimmon #DF520B

Tints of Persimmon #DF520B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

 BLUE value IS 11 (4.69% from 255) = 3.48%

R = 70.57%
G = 25.95%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF520B (or 0xDF520B) is known color: Persimmon. HEX triplet: DF, 52 and 0B. RGB value is (223,82,11). Sum of RGB (Red+Green+Blue) = 223+82+11=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF520B is #20ADF4. Grayscale: #747474. Windows color (decimal): -2141685 or 742111. OLE color: 742111.

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

Color convert

RGB 223 82 11 -
CMYK 0 0.63 0.95 0.13
HSL 20.09º 0.91% 0.46% -
HSV(B) 20.09º 0.95% 0.87% -
XYZ 33.51 21.75 2.75 -
YUV 116.07 68.71 204.27 -
System Red Green Blue C M Y K H S L
Decimal 223 82 11 0 0.63 0.95 0.13 20.09 0.91 0.46
Hex DF 52 B 0 3F 5F D 14 5B 2E
Octal 337 122 13 0 77 137 15 24 133 56
Binary 11011111 1010010 1011 0 111111 1011111 1101 10100 1011011 101110

Color Harmonies of #DF520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF520B

Black with #DF520B

Text Example


Text Example

White with #DF520B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF520B; }

 p { color: rgb(223,82,11); }

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

background-color css

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

 a { background-color: rgb(223,82,11); }

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

border-color css

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

 span { border-color: rgb(223,82,11); }

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