Html Css Color HEX #D76214 Chocolate

📋 copy color: '#D76214'

red 215 ◦ green 98 ◦ blue 20

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

Shades of Chocolate #D76214

Tints of Chocolate #D76214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

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

R = 64.56%
G = 29.43%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D76214 (or 0xD76214) is known color: Chocolate. HEX triplet: D7, 62 and 14. RGB value is (215,98,20). Sum of RGB (Red+Green+Blue) = 215+98+20=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D76214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76214 is #289DEB. Grayscale: #7C7C7C. Windows color (decimal): -2661868 or 1336023. OLE color: 1336023.

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

Color convert

RGB 215 98 20 -
CMYK 0 0.54 0.91 0.16
HSL 24º 0.83% 0.46% -
HSV(B) 24º 0.91% 0.84% -
XYZ 32.52 23.23 3.43 -
YUV 124.09 69.26 192.84 -
System Red Green Blue C M Y K H S L
Decimal 215 98 20 0 0.54 0.91 0.16 24 0.83 0.46
Hex D7 62 14 0 36 5B 10 18 53 2E
Octal 327 142 24 0 66 133 20 30 123 56
Binary 11010111 1100010 10100 0 110110 1011011 10000 11000 1010011 101110

Color Harmonies of #D76214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76214

Black with #D76214

Text Example


Text Example

White with #D76214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76214; }

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

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

background-color css

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

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

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

border-color css

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

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

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