Html Css Color HEX #D76A1E Chocolate

📋 copy color: '#D76A1E'

red 215 ◦ green 106 ◦ blue 30

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

Shades of Chocolate #D76A1E

Tints of Chocolate #D76A1E

RGB

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

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

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

R = 61.25%
G = 30.2%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D76A1E (or 0xD76A1E) is known color: Chocolate. HEX triplet: D7, 6A and 1E. RGB value is (215,106,30). Sum of RGB (Red+Green+Blue) = 215+106+30=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76A1E is #2895E1. Grayscale: #828282. Windows color (decimal): -2659810 or 1993431. OLE color: 1993431.

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

Color convert

RGB 215 106 30 -
CMYK 0 0.51 0.86 0.16
HSL 24.65º 0.76% 0.48% -
HSV(B) 24.65º 0.86% 0.84% -
XYZ 33.41 24.85 4.26 -
YUV 129.93 71.61 188.68 -
System Red Green Blue C M Y K H S L
Decimal 215 106 30 0 0.51 0.86 0.16 24.65 0.76 0.48
Hex D7 6A 1E 0 33 56 10 19 4C 30
Octal 327 152 36 0 63 126 20 31 114 60
Binary 11010111 1101010 11110 0 110011 1010110 10000 11001 1001100 110000

Color Harmonies of #D76A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76A1E

Black with #D76A1E

Text Example


Text Example

White with #D76A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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