Html Css Color HEX #D76C2E Gold Drop

📋 copy color: '#D76C2E'

red 215 ◦ green 108 ◦ blue 46

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

Shades of Gold Drop #D76C2E

Tints of Gold Drop #D76C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.47%

R = 58.27%
G = 29.27%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D76C2E (or 0xD76C2E) is known color: Gold Drop. HEX triplet: D7, 6C and 2E. RGB value is (215,108,46). Sum of RGB (Red+Green+Blue) = 215+108+46=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76C2E is #2893D1. Grayscale: #858585. Windows color (decimal): -2659282 or 3042519. OLE color: 3042519.

HSL color Cylindrical-coordinate representation of color #D76C2E: hue angle of 22.01º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D76C2E is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 108 46 -
CMYK 0 0.50 0.79 0.16
HSL 22.01º 0.68% 0.51% -
HSV(B) 22.01º 0.79% 0.84% -
XYZ 33.88 25.37 5.7 -
YUV 132.93 78.95 186.54 -
System Red Green Blue C M Y K H S L
Decimal 215 108 46 0 0.50 0.79 0.16 22.01 0.68 0.51
Hex D7 6C 2E 0 32 4F 10 16 44 33
Octal 327 154 56 0 62 117 20 26 104 63
Binary 11010111 1101100 101110 0 110010 1001111 10000 10110 1000100 110011

Color Harmonies of #D76C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C2E

Black with #D76C2E

Text Example


Text Example

White with #D76C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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