Html Css Color HEX #D76213 Chocolate

📋 copy color: '#D76213'

red 215 ◦ green 98 ◦ blue 19

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

Shades of Chocolate #D76213

Tints of Chocolate #D76213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.72%

R = 64.76%
G = 29.52%
B = 5.72%

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

#D76213 (or 0xD76213) is known color: Chocolate. HEX triplet: D7, 62 and 13. RGB value is (215,98,19). Sum of RGB (Red+Green+Blue) = 215+98+19=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D76213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76213 is #289DEC. Grayscale: #7C7C7C. Windows color (decimal): -2661869 or 1270487. OLE color: 1270487.

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

Color convert

RGB 215 98 19 -
CMYK 0 0.54 0.91 0.16
HSL 24.18º 0.84% 0.46% -
HSV(B) 24.18º 0.91% 0.84% -
XYZ 32.51 23.23 3.39 -
YUV 123.98 68.76 192.92 -
System Red Green Blue C M Y K H S L
Decimal 215 98 19 0 0.54 0.91 0.16 24.18 0.84 0.46
Hex D7 62 13 0 36 5B 10 18 54 2E
Octal 327 142 23 0 66 133 20 30 124 56
Binary 11010111 1100010 10011 0 110110 1011011 10000 11000 1010100 101110

Color Harmonies of #D76213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76213

Black with #D76213

Text Example


Text Example

White with #D76213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76213; }

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

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

background-color css

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

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

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

border-color css

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

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

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