Html Css Color HEX #D76B24 Chocolate

📋 copy color: '#D76B24'

red 215 ◦ green 107 ◦ blue 36

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

Shades of Chocolate #D76B24

Tints of Chocolate #D76B24

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.89%

 BLUE value IS 36 (14.45% from 255) = 10.06%

R = 60.06%
G = 29.89%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D76B24 (or 0xD76B24) is known color: Chocolate. HEX triplet: D7, 6B and 24. RGB value is (215,107,36). Sum of RGB (Red+Green+Blue) = 215+107+36=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 36 (14.45% from 255 or 10.06% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76B24 is #2894DB. Grayscale: #838383. Windows color (decimal): -2659548 or 2386903. OLE color: 2386903.

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

Color convert

RGB 215 107 36 -
CMYK 0 0.50 0.83 0.16
HSL 23.8º 0.71% 0.49% -
HSV(B) 23.8º 0.83% 0.84% -
XYZ 33.6 25.09 4.74 -
YUV 131.2 74.28 187.77 -
System Red Green Blue C M Y K H S L
Decimal 215 107 36 0 0.50 0.83 0.16 23.8 0.71 0.49
Hex D7 6B 24 0 32 53 10 18 47 31
Octal 327 153 44 0 62 123 20 30 107 61
Binary 11010111 1101011 100100 0 110010 1010011 10000 11000 1000111 110001

Color Harmonies of #D76B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76B24

Black with #D76B24

Text Example


Text Example

White with #D76B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76B24; }

 p { color: rgb(215,107,36); }

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

background-color css

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

 a { background-color: rgb(215,107,36); }

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

border-color css

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

 span { border-color: rgb(215,107,36); }

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