Html Css Color HEX #DB651E Chocolate

📋 copy color: '#DB651E'

red 219 ◦ green 101 ◦ blue 30

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

Shades of Chocolate #DB651E

Tints of Chocolate #DB651E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.86%

 BLUE value IS 30 (12.11% from 255) = 8.57%

R = 62.57%
G = 28.86%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB651E (or 0xDB651E) is known color: Chocolate. HEX triplet: DB, 65 and 1E. RGB value is (219,101,30). Sum of RGB (Red+Green+Blue) = 219+101+30=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB651E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB651E is #249AE1. Grayscale: #808080. Windows color (decimal): -2398946 or 1992155. OLE color: 1992155.

HSL color Cylindrical-coordinate representation of color #DB651E: hue angle of 22.54º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB651E is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 101 30 -
CMYK 0 0.54 0.86 0.14
HSL 22.54º 0.76% 0.49% -
HSV(B) 22.54º 0.86% 0.86% -
XYZ 34.1 24.46 4.15 -
YUV 128.19 72.59 192.77 -
System Red Green Blue C M Y K H S L
Decimal 219 101 30 0 0.54 0.86 0.14 22.54 0.76 0.49
Hex DB 65 1E 0 36 56 E 17 4C 31
Octal 333 145 36 0 66 126 16 27 114 61
Binary 11011011 1100101 11110 0 110110 1010110 1110 10111 1001100 110001

Color Harmonies of #DB651E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB651E

Black with #DB651E

Text Example


Text Example

White with #DB651E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB651E; }

 p { color: rgb(219,101,30); }

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

background-color css

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

 a { background-color: rgb(219,101,30); }

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

border-color css

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

 span { border-color: rgb(219,101,30); }

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