Html Css Color HEX #DF531D Chocolate

📋 copy color: '#DF531D'

red 223 ◦ green 83 ◦ blue 29

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

Shades of Chocolate #DF531D

Tints of Chocolate #DF531D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.66%

R = 66.57%
G = 24.78%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF531D (or 0xDF531D) is known color: Chocolate. HEX triplet: DF, 53 and 1D. RGB value is (223,83,29). Sum of RGB (Red+Green+Blue) = 223+83+29=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF531D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF531D is #20ACE2. Grayscale: #777777. Windows color (decimal): -2141411 or 1922015. OLE color: 1922015.

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

Color convert

RGB 223 83 29 -
CMYK 0 0.63 0.87 0.13
HSL 16.7º 0.77% 0.49% -
HSV(B) 16.7º 0.87% 0.87% -
XYZ 33.75 21.96 3.62 -
YUV 118.7 77.38 202.39 -
System Red Green Blue C M Y K H S L
Decimal 223 83 29 0 0.63 0.87 0.13 16.7 0.77 0.49
Hex DF 53 1D 0 3F 57 D 11 4D 31
Octal 337 123 35 0 77 127 15 21 115 61
Binary 11011111 1010011 11101 0 111111 1010111 1101 10001 1001101 110001

Color Harmonies of #DF531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF531D

Black with #DF531D

Text Example


Text Example

White with #DF531D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF531D; }

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

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

background-color css

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

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

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

border-color css

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

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

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