Html Css Color HEX #DB631B Chocolate

📋 copy color: '#DB631B'

red 219 ◦ green 99 ◦ blue 27

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

Shades of Chocolate #DB631B

Tints of Chocolate #DB631B

RGB

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

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

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

R = 63.48%
G = 28.7%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB631B (or 0xDB631B) is known color: Chocolate. HEX triplet: DB, 63 and 1B. RGB value is (219,99,27). Sum of RGB (Red+Green+Blue) = 219+99+27=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB631B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB631B is #249CE4. Grayscale: #7F7F7F. Windows color (decimal): -2399461 or 1795035. OLE color: 1795035.

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

Color convert

RGB 219 99 27 -
CMYK 0 0.55 0.88 0.14
HSL 22.5º 0.78% 0.48% -
HSV(B) 22.5º 0.88% 0.86% -
XYZ 33.87 24.06 3.9 -
YUV 126.67 71.76 193.85 -
System Red Green Blue C M Y K H S L
Decimal 219 99 27 0 0.55 0.88 0.14 22.5 0.78 0.48
Hex DB 63 1B 0 37 58 E 16 4E 30
Octal 333 143 33 0 67 130 16 26 116 60
Binary 11011011 1100011 11011 0 110111 1011000 1110 10110 1001110 110000

Color Harmonies of #DB631B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB631B

Black with #DB631B

Text Example


Text Example

White with #DB631B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB631B; }

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

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

background-color css

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

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

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

border-color css

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

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

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