Html Css Color HEX #DB660F Chocolate

📋 copy color: '#DB660F'

red 219 ◦ green 102 ◦ blue 15

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

Shades of Chocolate #DB660F

Tints of Chocolate #DB660F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.46%

R = 65.18%
G = 30.36%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB660F (or 0xDB660F) is known color: Chocolate. HEX triplet: DB, 66 and 0F. RGB value is (219,102,15). Sum of RGB (Red+Green+Blue) = 219+102+15=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB660F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB660F is #2499F0. Grayscale: #7F7F7F. Windows color (decimal): -2398705 or 1009371. OLE color: 1009371.

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

Color convert

RGB 219 102 15 -
CMYK 0 0.53 0.93 0.14
HSL 25.59º 0.87% 0.46% -
HSV(B) 25.59º 0.93% 0.86% -
XYZ 34.05 24.6 3.41 -
YUV 127.07 64.76 193.57 -
System Red Green Blue C M Y K H S L
Decimal 219 102 15 0 0.53 0.93 0.14 25.59 0.87 0.46
Hex DB 66 F 0 35 5D E 1A 57 2E
Octal 333 146 17 0 65 135 16 32 127 56
Binary 11011011 1100110 1111 0 110101 1011101 1110 11010 1010111 101110

Color Harmonies of #DB660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB660F

Black with #DB660F

Text Example


Text Example

White with #DB660F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB660F; }

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

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

background-color css

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

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

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

border-color css

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

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

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