Html Css Color HEX #D76D1E Chocolate

📋 copy color: '#D76D1E'

red 215 ◦ green 109 ◦ blue 30

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

Shades of Chocolate #D76D1E

Tints of Chocolate #D76D1E

RGB

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

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

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

R = 60.73%
G = 30.79%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D76D1E (or 0xD76D1E) is known color: Chocolate. HEX triplet: D7, 6D and 1E. RGB value is (215,109,30). Sum of RGB (Red+Green+Blue) = 215+109+30=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76D1E is #2892E1. Grayscale: #848484. Windows color (decimal): -2659042 or 1994199. OLE color: 1994199.

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

Color convert

RGB 215 109 30 -
CMYK 0 0.49 0.86 0.16
HSL 25.62º 0.76% 0.48% -
HSV(B) 25.62º 0.86% 0.84% -
XYZ 33.73 25.48 4.37 -
YUV 131.69 70.62 187.42 -
System Red Green Blue C M Y K H S L
Decimal 215 109 30 0 0.49 0.86 0.16 25.62 0.76 0.48
Hex D7 6D 1E 0 31 56 10 1A 4C 30
Octal 327 155 36 0 61 126 20 32 114 60
Binary 11010111 1101101 11110 0 110001 1010110 10000 11010 1001100 110000

Color Harmonies of #D76D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D1E

Black with #D76D1E

Text Example


Text Example

White with #D76D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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