Html Css Color HEX #D76A1A Chocolate

📋 copy color: '#D76A1A'

red 215 ◦ green 106 ◦ blue 26

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

Shades of Chocolate #D76A1A

Tints of Chocolate #D76A1A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.55%

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

R = 61.96%
G = 30.55%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D76A1A (or 0xD76A1A) is known color: Chocolate. HEX triplet: D7, 6A and 1A. RGB value is (215,106,26). Sum of RGB (Red+Green+Blue) = 215+106+26=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76A1A is #2895E5. Grayscale: #818181. Windows color (decimal): -2659814 or 1731287. OLE color: 1731287.

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

Color convert

RGB 215 106 26 -
CMYK 0 0.51 0.88 0.16
HSL 25.4º 0.78% 0.47% -
HSV(B) 25.4º 0.88% 0.84% -
XYZ 33.36 24.83 4.01 -
YUV 129.47 69.61 189 -
System Red Green Blue C M Y K H S L
Decimal 215 106 26 0 0.51 0.88 0.16 25.4 0.78 0.47
Hex D7 6A 1A 0 33 58 10 19 4E 2F
Octal 327 152 32 0 63 130 20 31 116 57
Binary 11010111 1101010 11010 0 110011 1011000 10000 11001 1001110 101111

Color Harmonies of #D76A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76A1A

Black with #D76A1A

Text Example


Text Example

White with #D76A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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