Html Css Color HEX #DF631B Chocolate

📋 copy color: '#DF631B'

red 223 ◦ green 99 ◦ blue 27

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

Shades of Chocolate #DF631B

Tints of Chocolate #DF631B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.37%

 BLUE value IS 27 (10.94% from 255) = 7.74%

R = 63.9%
G = 28.37%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF631B (or 0xDF631B) is known color: Chocolate. HEX triplet: DF, 63 and 1B. RGB value is (223,99,27). Sum of RGB (Red+Green+Blue) = 223+99+27=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF631B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF631B is #209CE4. Grayscale: #808080. Windows color (decimal): -2137317 or 1795039. OLE color: 1795039.

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

Color convert

RGB 223 99 27 -
CMYK 0 0.56 0.88 0.13
HSL 22.04º 0.78% 0.49% -
HSV(B) 22.04º 0.88% 0.87% -
XYZ 35.09 24.69 3.95 -
YUV 127.87 71.08 195.85 -
System Red Green Blue C M Y K H S L
Decimal 223 99 27 0 0.56 0.88 0.13 22.04 0.78 0.49
Hex DF 63 1B 0 38 58 D 16 4E 31
Octal 337 143 33 0 70 130 15 26 116 61
Binary 11011111 1100011 11011 0 111000 1011000 1101 10110 1001110 110001

Color Harmonies of #DF631B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF631B

Black with #DF631B

Text Example


Text Example

White with #DF631B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF631B; }

 p { color: rgb(223,99,27); }

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

background-color css

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

 a { background-color: rgb(223,99,27); }

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

border-color css

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

 span { border-color: rgb(223,99,27); }

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