Html Css Color HEX #D76D1A Chocolate

📋 copy color: '#D76D1A'

red 215 ◦ green 109 ◦ blue 26

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

Shades of Chocolate #D76D1A

Tints of Chocolate #D76D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.43%

R = 61.43%
G = 31.14%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D76D1A (or 0xD76D1A) is known color: Chocolate. HEX triplet: D7, 6D and 1A. RGB value is (215,109,26). Sum of RGB (Red+Green+Blue) = 215+109+26=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76D1A is #2892E5. Grayscale: #838383. Windows color (decimal): -2659046 or 1732055. OLE color: 1732055.

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

Color convert

RGB 215 109 26 -
CMYK 0 0.49 0.88 0.16
HSL 26.35º 0.78% 0.47% -
HSV(B) 26.35º 0.88% 0.84% -
XYZ 33.68 25.46 4.12 -
YUV 131.23 68.62 187.75 -
System Red Green Blue C M Y K H S L
Decimal 215 109 26 0 0.49 0.88 0.16 26.35 0.78 0.47
Hex D7 6D 1A 0 31 58 10 1A 4E 2F
Octal 327 155 32 0 61 130 20 32 116 57
Binary 11010111 1101101 11010 0 110001 1011000 10000 11010 1001110 101111

Color Harmonies of #D76D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D1A

Black with #D76D1A

Text Example


Text Example

White with #D76D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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