Html Css Color HEX #D76D0E Chocolate

📋 copy color: '#D76D0E'

red 215 ◦ green 109 ◦ blue 14

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

Shades of Chocolate #D76D0E

Tints of Chocolate #D76D0E

RGB

 RED value IS 215 (84.38% from 255) = 63.61%

 GREEN value IS 109 (42.97% from 255) = 32.25%

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

R = 63.61%
G = 32.25%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D76D0E (or 0xD76D0E) is known color: Chocolate. HEX triplet: D7, 6D and 0E. RGB value is (215,109,14). Sum of RGB (Red+Green+Blue) = 215+109+14=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76D0E is #2892F1. Grayscale: #828282. Windows color (decimal): -2659058 or 945623. OLE color: 945623.

HSL color Cylindrical-coordinate representation of color #D76D0E: hue angle of 28.36º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D76D0E is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 109 14 -
CMYK 0 0.49 0.93 0.16
HSL 28.36º 0.88% 0.45% -
HSV(B) 28.36º 0.93% 0.84% -
XYZ 33.57 25.42 3.55 -
YUV 129.86 62.62 188.72 -
System Red Green Blue C M Y K H S L
Decimal 215 109 14 0 0.49 0.93 0.16 28.36 0.88 0.45
Hex D7 6D E 0 31 5D 10 1C 58 2D
Octal 327 155 16 0 61 135 20 34 130 55
Binary 11010111 1101101 1110 0 110001 1011101 10000 11100 1011000 101101

Color Harmonies of #D76D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D0E

Black with #D76D0E

Text Example


Text Example

White with #D76D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D0E; }

 p { color: rgb(215,109,14); }

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

background-color css

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

 a { background-color: rgb(215,109,14); }

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

border-color css

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

 span { border-color: rgb(215,109,14); }

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