Html Css Color HEX #D1650E Chocolate

📋 copy color: '#D1650E'

red 209 ◦ green 101 ◦ blue 14

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

Shades of Chocolate #D1650E

Tints of Chocolate #D1650E

RGB

 RED value IS 209 (82.03% from 255) = 64.51%

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

 BLUE value IS 14 (5.86% from 255) = 4.32%

R = 64.51%
G = 31.17%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1650E (or 0xD1650E) is known color: Chocolate. HEX triplet: D1, 65 and 0E. RGB value is (209,101,14). Sum of RGB (Red+Green+Blue) = 209+101+14=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D1650E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1650E is #2E9AF1. Grayscale: #7B7B7B. Windows color (decimal): -3054322 or 943569. OLE color: 943569.

HSL color Cylindrical-coordinate representation of color #D1650E: hue angle of 26.77º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1650E is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 101 14 -
CMYK 0 0.52 0.93 0.18
HSL 26.77º 0.87% 0.44% -
HSV(B) 26.77º 0.93% 0.82% -
XYZ 31.03 22.89 3.2 -
YUV 123.37 66.28 189.07 -
System Red Green Blue C M Y K H S L
Decimal 209 101 14 0 0.52 0.93 0.18 26.77 0.87 0.44
Hex D1 65 E 0 34 5D 12 1B 57 2C
Octal 321 145 16 0 64 135 22 33 127 54
Binary 11010001 1100101 1110 0 110100 1011101 10010 11011 1010111 101100

Color Harmonies of #D1650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1650E

Black with #D1650E

Text Example


Text Example

White with #D1650E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1650E; }

 p { color: rgb(209,101,14); }

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

background-color css

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

 a { background-color: rgb(209,101,14); }

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

border-color css

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

 span { border-color: rgb(209,101,14); }

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