Html Css Color HEX #D76C25 Chocolate

📋 copy color: '#D76C25'

red 215 ◦ green 108 ◦ blue 37

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

Shades of Chocolate #D76C25

Tints of Chocolate #D76C25

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30%

 BLUE value IS 37 (14.84% from 255) = 10.28%

R = 59.72%
G = 30%
B = 10.28%

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

#D76C25 (or 0xD76C25) is known color: Chocolate. HEX triplet: D7, 6C and 25. RGB value is (215,108,37). Sum of RGB (Red+Green+Blue) = 215+108+37=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76C25 is #2893DA. Grayscale: #848484. Windows color (decimal): -2659291 or 2452695. OLE color: 2452695.

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

Color convert

RGB 215 108 37 -
CMYK 0 0.50 0.83 0.16
HSL 23.93º 0.71% 0.49% -
HSV(B) 23.93º 0.83% 0.84% -
XYZ 33.72 25.31 4.86 -
YUV 131.9 74.45 187.27 -
System Red Green Blue C M Y K H S L
Decimal 215 108 37 0 0.50 0.83 0.16 23.93 0.71 0.49
Hex D7 6C 25 0 32 53 10 18 47 31
Octal 327 154 45 0 62 123 20 30 107 61
Binary 11010111 1101100 100101 0 110010 1010011 10000 11000 1000111 110001

Color Harmonies of #D76C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C25

Black with #D76C25

Text Example


Text Example

White with #D76C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C25; }

 p { color: rgb(215,108,37); }

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

background-color css

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

 a { background-color: rgb(215,108,37); }

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

border-color css

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

 span { border-color: rgb(215,108,37); }

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