Html Css Color HEX #DF621B Chocolate

📋 copy color: '#DF621B'

red 223 ◦ green 98 ◦ blue 27

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

Shades of Chocolate #DF621B

Tints of Chocolate #DF621B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.16%

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

R = 64.08%
G = 28.16%
B = 7.76%

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

#DF621B (or 0xDF621B) is known color: Chocolate. HEX triplet: DF, 62 and 1B. RGB value is (223,98,27). Sum of RGB (Red+Green+Blue) = 223+98+27=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF621B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF621B is #209DE4. Grayscale: #7F7F7F. Windows color (decimal): -2137573 or 1794783. OLE color: 1794783.

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

Color convert

RGB 223 98 27 -
CMYK 0 0.56 0.88 0.13
HSL 21.73º 0.78% 0.49% -
HSV(B) 21.73º 0.88% 0.87% -
XYZ 35 24.5 3.92 -
YUV 127.28 71.41 196.27 -
System Red Green Blue C M Y K H S L
Decimal 223 98 27 0 0.56 0.88 0.13 21.73 0.78 0.49
Hex DF 62 1B 0 38 58 D 16 4E 31
Octal 337 142 33 0 70 130 15 26 116 61
Binary 11011111 1100010 11011 0 111000 1011000 1101 10110 1001110 110001

Color Harmonies of #DF621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF621B

Black with #DF621B

Text Example


Text Example

White with #DF621B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF621B; }

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

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

background-color css

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

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

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

border-color css

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

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

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