Html Css Color HEX #DB661E Chocolate

📋 copy color: '#DB661E'

red 219 ◦ green 102 ◦ blue 30

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

Shades of Chocolate #DB661E

Tints of Chocolate #DB661E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.06%

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

R = 62.39%
G = 29.06%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB661E (or 0xDB661E) is known color: Chocolate. HEX triplet: DB, 66 and 1E. RGB value is (219,102,30). Sum of RGB (Red+Green+Blue) = 219+102+30=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB661E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB661E is #2499E1. Grayscale: #818181. Windows color (decimal): -2398690 or 1992411. OLE color: 1992411.

HSL color Cylindrical-coordinate representation of color #DB661E: hue angle of 22.86º 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 #DB661E is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 102 30 -
CMYK 0 0.53 0.86 0.14
HSL 22.86º 0.76% 0.49% -
HSV(B) 22.86º 0.86% 0.86% -
XYZ 34.2 24.66 4.18 -
YUV 128.78 72.26 192.35 -
System Red Green Blue C M Y K H S L
Decimal 219 102 30 0 0.53 0.86 0.14 22.86 0.76 0.49
Hex DB 66 1E 0 35 56 E 17 4C 31
Octal 333 146 36 0 65 126 16 27 114 61
Binary 11011011 1100110 11110 0 110101 1010110 1110 10111 1001100 110001

Color Harmonies of #DB661E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB661E

Black with #DB661E

Text Example


Text Example

White with #DB661E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB661E; }

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

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

background-color css

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

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

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

border-color css

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

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

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