Html Css Color HEX #D76726 Chocolate

📋 copy color: '#D76726'

red 215 ◦ green 103 ◦ blue 38

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

Shades of Chocolate #D76726

Tints of Chocolate #D76726

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.93%

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

R = 60.39%
G = 28.93%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D76726 (or 0xD76726) is known color: Chocolate. HEX triplet: D7, 67 and 26. RGB value is (215,103,38). Sum of RGB (Red+Green+Blue) = 215+103+38=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D76726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76726 is #2898D9. Grayscale: #818181. Windows color (decimal): -2660570 or 2516951. OLE color: 2516951.

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

Color convert

RGB 215 103 38 -
CMYK 0 0.52 0.82 0.16
HSL 22.03º 0.7% 0.5% -
HSV(B) 22.03º 0.82% 0.84% -
XYZ 33.22 24.29 4.77 -
YUV 129.08 76.61 189.29 -
System Red Green Blue C M Y K H S L
Decimal 215 103 38 0 0.52 0.82 0.16 22.03 0.7 0.5
Hex D7 67 26 0 34 52 10 16 46 32
Octal 327 147 46 0 64 122 20 26 106 62
Binary 11010111 1100111 100110 0 110100 1010010 10000 10110 1000110 110010

Color Harmonies of #D76726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76726

Black with #D76726

Text Example


Text Example

White with #D76726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76726; }

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

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

background-color css

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

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

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

border-color css

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

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

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