Html Css Color HEX #D7501B Chocolate

📋 copy color: '#D7501B'

red 215 ◦ green 80 ◦ blue 27

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

Shades of Chocolate #D7501B

Tints of Chocolate #D7501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.84%

 BLUE value IS 27 (10.94% from 255) = 8.39%

R = 66.77%
G = 24.84%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7501B (or 0xD7501B) is known color: Chocolate. HEX triplet: D7, 50 and 1B. RGB value is (215,80,27). Sum of RGB (Red+Green+Blue) = 215+80+27=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D7501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7501B is #28AFE4. Grayscale: #727272. Windows color (decimal): -2666469 or 1790167. OLE color: 1790167.

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

Color convert

RGB 215 80 27 -
CMYK 0 0.63 0.87 0.16
HSL 16.91º 0.78% 0.47% -
HSV(B) 16.91º 0.87% 0.84% -
XYZ 31.09 20.26 3.31 -
YUV 114.32 78.73 199.81 -
System Red Green Blue C M Y K H S L
Decimal 215 80 27 0 0.63 0.87 0.16 16.91 0.78 0.47
Hex D7 50 1B 0 3F 57 10 11 4E 2F
Octal 327 120 33 0 77 127 20 21 116 57
Binary 11010111 1010000 11011 0 111111 1010111 10000 10001 1001110 101111

Color Harmonies of #D7501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7501B

Black with #D7501B

Text Example


Text Example

White with #D7501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7501B; }

 p { color: rgb(215,80,27); }

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

background-color css

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

 a { background-color: rgb(215,80,27); }

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

border-color css

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

 span { border-color: rgb(215,80,27); }

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