Html Css Color HEX #D76F16 Chocolate

📋 copy color: '#D76F16'

red 215 ◦ green 111 ◦ blue 22

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

Shades of Chocolate #D76F16

Tints of Chocolate #D76F16

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.9%

 BLUE value IS 22 (8.98% from 255) = 6.32%

R = 61.78%
G = 31.9%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D76F16 (or 0xD76F16) is known color: Chocolate. HEX triplet: D7, 6F and 16. RGB value is (215,111,22). Sum of RGB (Red+Green+Blue) = 215+111+22=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76F16 is #2890E9. Grayscale: #848484. Windows color (decimal): -2658538 or 1470423. OLE color: 1470423.

HSL color Cylindrical-coordinate representation of color #D76F16: hue angle of 27.67º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D76F16 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 111 22 -
CMYK 0 0.48 0.90 0.16
HSL 27.67º 0.81% 0.46% -
HSV(B) 27.67º 0.9% 0.84% -
XYZ 33.85 25.87 3.97 -
YUV 131.95 65.96 187.24 -
System Red Green Blue C M Y K H S L
Decimal 215 111 22 0 0.48 0.90 0.16 27.67 0.81 0.46
Hex D7 6F 16 0 30 5A 10 1C 51 2E
Octal 327 157 26 0 60 132 20 34 121 56
Binary 11010111 1101111 10110 0 110000 1011010 10000 11100 1010001 101110

Color Harmonies of #D76F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F16

Black with #D76F16

Text Example


Text Example

White with #D76F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F16; }

 p { color: rgb(215,111,22); }

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

background-color css

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

 a { background-color: rgb(215,111,22); }

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

border-color css

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

 span { border-color: rgb(215,111,22); }

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