Html Css Color HEX #D77510 Chocolate

📋 copy color: '#D77510'

red 215 ◦ green 117 ◦ blue 16

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

Shades of Chocolate #D77510

Tints of Chocolate #D77510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.62%

 BLUE value IS 16 (6.64% from 255) = 4.6%

R = 61.78%
G = 33.62%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D77510 (or 0xD77510) is known color: Chocolate. HEX triplet: D7, 75 and 10. RGB value is (215,117,16). Sum of RGB (Red+Green+Blue) = 215+117+16=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D77510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77510 is #288AEF. Grayscale: #878787. Windows color (decimal): -2657008 or 1078743. OLE color: 1078743.

HSL color Cylindrical-coordinate representation of color #D77510: hue angle of 30.45º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D77510 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 117 16 -
CMYK 0 0.46 0.93 0.16
HSL 30.45º 0.86% 0.45% -
HSV(B) 30.45º 0.93% 0.84% -
XYZ 34.48 27.21 3.92 -
YUV 134.79 60.97 185.21 -
System Red Green Blue C M Y K H S L
Decimal 215 117 16 0 0.46 0.93 0.16 30.45 0.86 0.45
Hex D7 75 10 0 2E 5D 10 1E 56 2D
Octal 327 165 20 0 56 135 20 36 126 55
Binary 11010111 1110101 10000 0 101110 1011101 10000 11110 1010110 101101

Color Harmonies of #D77510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77510

Black with #D77510

Text Example


Text Example

White with #D77510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77510; }

 p { color: rgb(215,117,16); }

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

background-color css

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

 a { background-color: rgb(215,117,16); }

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

border-color css

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

 span { border-color: rgb(215,117,16); }

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