Html Css Color HEX #DB631C Chocolate

📋 copy color: '#DB631C'

red 219 ◦ green 99 ◦ blue 28

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

Shades of Chocolate #DB631C

Tints of Chocolate #DB631C

RGB

 RED value IS 219 (85.94% from 255) = 63.29%

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

 BLUE value IS 28 (11.33% from 255) = 8.09%

R = 63.29%
G = 28.61%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB631C (or 0xDB631C) is known color: Chocolate. HEX triplet: DB, 63 and 1C. RGB value is (219,99,28). Sum of RGB (Red+Green+Blue) = 219+99+28=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB631C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB631C is #249CE3. Grayscale: #7F7F7F. Windows color (decimal): -2399460 or 1860571. OLE color: 1860571.

HSL color Cylindrical-coordinate representation of color #DB631C: hue angle of 22.3º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB631C is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 99 28 -
CMYK 0 0.55 0.87 0.14
HSL 22.3º 0.77% 0.48% -
HSV(B) 22.3º 0.87% 0.86% -
XYZ 33.88 24.07 3.96 -
YUV 126.79 72.26 193.77 -
System Red Green Blue C M Y K H S L
Decimal 219 99 28 0 0.55 0.87 0.14 22.3 0.77 0.48
Hex DB 63 1C 0 37 57 E 16 4D 30
Octal 333 143 34 0 67 127 16 26 115 60
Binary 11011011 1100011 11100 0 110111 1010111 1110 10110 1001101 110000

Color Harmonies of #DB631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB631C

Black with #DB631C

Text Example


Text Example

White with #DB631C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB631C; }

 p { color: rgb(219,99,28); }

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

background-color css

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

 a { background-color: rgb(219,99,28); }

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

border-color css

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

 span { border-color: rgb(219,99,28); }

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