Html Css Color HEX #D76226 Chocolate

📋 copy color: '#D76226'

red 215 ◦ green 98 ◦ blue 38

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

Shades of Chocolate #D76226

Tints of Chocolate #D76226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.83%

R = 61.25%
G = 27.92%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D76226 (or 0xD76226) is known color: Chocolate. HEX triplet: D7, 62 and 26. RGB value is (215,98,38). Sum of RGB (Red+Green+Blue) = 215+98+38=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D76226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76226 is #289DD9. Grayscale: #7E7E7E. Windows color (decimal): -2661850 or 2515671. OLE color: 2515671.

HSL color Cylindrical-coordinate representation of color #D76226: hue angle of 20.34º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D76226 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 98 38 -
CMYK 0 0.54 0.82 0.16
HSL 20.34º 0.7% 0.5% -
HSV(B) 20.34º 0.82% 0.84% -
XYZ 32.74 23.32 4.61 -
YUV 126.14 78.26 191.38 -
System Red Green Blue C M Y K H S L
Decimal 215 98 38 0 0.54 0.82 0.16 20.34 0.7 0.5
Hex D7 62 26 0 36 52 10 14 46 32
Octal 327 142 46 0 66 122 20 24 106 62
Binary 11010111 1100010 100110 0 110110 1010010 10000 10100 1000110 110010

Color Harmonies of #D76226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76226

Black with #D76226

Text Example


Text Example

White with #D76226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76226; }

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

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

background-color css

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

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

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

border-color css

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

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

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