Html Css Color HEX #D7511D Chocolate

📋 copy color: '#D7511D'

red 215 ◦ green 81 ◦ blue 29

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

Shades of Chocolate #D7511D

Tints of Chocolate #D7511D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.92%

 BLUE value IS 29 (11.72% from 255) = 8.92%

R = 66.15%
G = 24.92%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7511D (or 0xD7511D) is known color: Chocolate. HEX triplet: D7, 51 and 1D. RGB value is (215,81,29). Sum of RGB (Red+Green+Blue) = 215+81+29=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D7511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7511D is #28AEE2. Grayscale: #737373. Windows color (decimal): -2666211 or 1921495. OLE color: 1921495.

HSL color Cylindrical-coordinate representation of color #D7511D: hue angle of 16.77º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7511D is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 81 29 -
CMYK 0 0.62 0.87 0.16
HSL 16.77º 0.76% 0.48% -
HSV(B) 16.77º 0.87% 0.84% -
XYZ 31.19 20.42 3.46 -
YUV 115.14 79.39 199.23 -
System Red Green Blue C M Y K H S L
Decimal 215 81 29 0 0.62 0.87 0.16 16.77 0.76 0.48
Hex D7 51 1D 0 3E 57 10 11 4C 30
Octal 327 121 35 0 76 127 20 21 114 60
Binary 11010111 1010001 11101 0 111110 1010111 10000 10001 1001100 110000

Color Harmonies of #D7511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7511D

Black with #D7511D

Text Example


Text Example

White with #D7511D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7511D; }

 p { color: rgb(215,81,29); }

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

background-color css

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

 a { background-color: rgb(215,81,29); }

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

border-color css

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

 span { border-color: rgb(215,81,29); }

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