Html Css Color HEX #D76914 Chocolate

📋 copy color: '#D76914'

red 215 ◦ green 105 ◦ blue 20

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

Shades of Chocolate #D76914

Tints of Chocolate #D76914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.88%

 BLUE value IS 20 (8.2% from 255) = 5.88%

R = 63.24%
G = 30.88%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D76914 (or 0xD76914) is known color: Chocolate. HEX triplet: D7, 69 and 14. RGB value is (215,105,20). Sum of RGB (Red+Green+Blue) = 215+105+20=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D76914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76914 is #2896EB. Grayscale: #808080. Windows color (decimal): -2660076 or 1337815. OLE color: 1337815.

HSL color Cylindrical-coordinate representation of color #D76914: hue angle of 26.15º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D76914 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 105 20 -
CMYK 0 0.51 0.91 0.16
HSL 26.15º 0.83% 0.46% -
HSV(B) 26.15º 0.91% 0.84% -
XYZ 33.2 24.6 3.66 -
YUV 128.2 66.94 189.91 -
System Red Green Blue C M Y K H S L
Decimal 215 105 20 0 0.51 0.91 0.16 26.15 0.83 0.46
Hex D7 69 14 0 33 5B 10 1A 53 2E
Octal 327 151 24 0 63 133 20 32 123 56
Binary 11010111 1101001 10100 0 110011 1011011 10000 11010 1010011 101110

Color Harmonies of #D76914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76914

Black with #D76914

Text Example


Text Example

White with #D76914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76914; }

 p { color: rgb(215,105,20); }

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

background-color css

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

 a { background-color: rgb(215,105,20); }

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

border-color css

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

 span { border-color: rgb(215,105,20); }

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