Html Css Color HEX #D76C1A Chocolate

📋 copy color: '#D76C1A'

red 215 ◦ green 108 ◦ blue 26

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

Shades of Chocolate #D76C1A

Tints of Chocolate #D76C1A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.95%

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

R = 61.6%
G = 30.95%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D76C1A (or 0xD76C1A) is known color: Chocolate. HEX triplet: D7, 6C and 1A. RGB value is (215,108,26). Sum of RGB (Red+Green+Blue) = 215+108+26=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76C1A is #2893E5. Grayscale: #838383. Windows color (decimal): -2659302 or 1731799. OLE color: 1731799.

HSL color Cylindrical-coordinate representation of color #D76C1A: hue angle of 26.03º 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 #D76C1A is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 108 26 -
CMYK 0 0.50 0.88 0.16
HSL 26.03º 0.78% 0.47% -
HSV(B) 26.03º 0.88% 0.84% -
XYZ 33.57 25.25 4.08 -
YUV 130.65 68.95 188.17 -
System Red Green Blue C M Y K H S L
Decimal 215 108 26 0 0.50 0.88 0.16 26.03 0.78 0.47
Hex D7 6C 1A 0 32 58 10 1A 4E 2F
Octal 327 154 32 0 62 130 20 32 116 57
Binary 11010111 1101100 11010 0 110010 1011000 10000 11010 1001110 101111

Color Harmonies of #D76C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C1A

Black with #D76C1A

Text Example


Text Example

White with #D76C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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