Html Css Color HEX #D77514 Chocolate

📋 copy color: '#D77514'

red 215 ◦ green 117 ◦ blue 20

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

Shades of Chocolate #D77514

Tints of Chocolate #D77514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.68%

R = 61.08%
G = 33.24%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D77514 (or 0xD77514) is known color: Chocolate. HEX triplet: D7, 75 and 14. RGB value is (215,117,20). Sum of RGB (Red+Green+Blue) = 215+117+20=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D77514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77514 is #288AEB. Grayscale: #878787. Windows color (decimal): -2657004 or 1340887. OLE color: 1340887.

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

Color convert

RGB 215 117 20 -
CMYK 0 0.46 0.91 0.16
HSL 29.85º 0.83% 0.46% -
HSV(B) 29.85º 0.91% 0.84% -
XYZ 34.51 27.22 4.1 -
YUV 135.24 62.97 184.89 -
System Red Green Blue C M Y K H S L
Decimal 215 117 20 0 0.46 0.91 0.16 29.85 0.83 0.46
Hex D7 75 14 0 2E 5B 10 1E 53 2E
Octal 327 165 24 0 56 133 20 36 123 56
Binary 11010111 1110101 10100 0 101110 1011011 10000 11110 1010011 101110

Color Harmonies of #D77514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77514

Black with #D77514

Text Example


Text Example

White with #D77514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77514; }

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

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

background-color css

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

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

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

border-color css

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

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

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