Html Css Color HEX #D76D1F Chocolate

📋 copy color: '#D76D1F'

red 215 ◦ green 109 ◦ blue 31

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

Shades of Chocolate #D76D1F

Tints of Chocolate #D76D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.73%

R = 60.56%
G = 30.7%
B = 8.73%

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

#D76D1F (or 0xD76D1F) is known color: Chocolate. HEX triplet: D7, 6D and 1F. RGB value is (215,109,31). Sum of RGB (Red+Green+Blue) = 215+109+31=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76D1F is #2892E0. Grayscale: #848484. Windows color (decimal): -2659041 or 2059735. OLE color: 2059735.

HSL color Cylindrical-coordinate representation of color #D76D1F: hue angle of 25.43º degrees, saturation: 0.75, 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 #D76D1F is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 109 31 -
CMYK 0 0.49 0.86 0.16
HSL 25.43º 0.75% 0.48% -
HSV(B) 25.43º 0.86% 0.84% -
XYZ 33.74 25.48 4.44 -
YUV 131.8 71.12 187.34 -
System Red Green Blue C M Y K H S L
Decimal 215 109 31 0 0.49 0.86 0.16 25.43 0.75 0.48
Hex D7 6D 1F 0 31 56 10 19 4B 30
Octal 327 155 37 0 61 126 20 31 113 60
Binary 11010111 1101101 11111 0 110001 1010110 10000 11001 1001011 110000

Color Harmonies of #D76D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D1F

Black with #D76D1F

Text Example


Text Example

White with #D76D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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