Html Css Color HEX #D77415 Chocolate

📋 copy color: '#D77415'

red 215 ◦ green 116 ◦ blue 21

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

Shades of Chocolate #D77415

Tints of Chocolate #D77415

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.95%

 BLUE value IS 21 (8.59% from 255) = 5.97%

R = 61.08%
G = 32.95%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D77415 (or 0xD77415) is known color: Chocolate. HEX triplet: D7, 74 and 15. RGB value is (215,116,21). Sum of RGB (Red+Green+Blue) = 215+116+21=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D77415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77415 is #288BEA. Grayscale: #878787. Windows color (decimal): -2657259 or 1406167. OLE color: 1406167.

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

Color convert

RGB 215 116 21 -
CMYK 0 0.46 0.90 0.16
HSL 29.38º 0.82% 0.46% -
HSV(B) 29.38º 0.9% 0.84% -
XYZ 34.41 26.99 4.11 -
YUV 134.77 63.8 185.22 -
System Red Green Blue C M Y K H S L
Decimal 215 116 21 0 0.46 0.90 0.16 29.38 0.82 0.46
Hex D7 74 15 0 2E 5A 10 1D 52 2E
Octal 327 164 25 0 56 132 20 35 122 56
Binary 11010111 1110100 10101 0 101110 1011010 10000 11101 1010010 101110

Color Harmonies of #D77415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77415

Black with #D77415

Text Example


Text Example

White with #D77415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77415; }

 p { color: rgb(215,116,21); }

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

background-color css

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

 a { background-color: rgb(215,116,21); }

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

border-color css

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

 span { border-color: rgb(215,116,21); }

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