Html Css Color HEX #D76D2C Gold Drop

📋 copy color: '#D76D2C'

red 215 ◦ green 109 ◦ blue 44

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

Shades of Gold Drop #D76D2C

Tints of Gold Drop #D76D2C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.62%

 BLUE value IS 44 (17.58% from 255) = 11.96%

R = 58.42%
G = 29.62%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D76D2C (or 0xD76D2C) is known color: Gold Drop. HEX triplet: D7, 6D and 2C. RGB value is (215,109,44). Sum of RGB (Red+Green+Blue) = 215+109+44=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76D2C is #2892D3. Grayscale: #858585. Windows color (decimal): -2659028 or 2911703. OLE color: 2911703.

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

Color convert

RGB 215 109 44 -
CMYK 0 0.49 0.80 0.16
HSL 22.81º 0.68% 0.51% -
HSV(B) 22.81º 0.8% 0.84% -
XYZ 33.95 25.57 5.53 -
YUV 133.28 77.62 186.29 -
System Red Green Blue C M Y K H S L
Decimal 215 109 44 0 0.49 0.80 0.16 22.81 0.68 0.51
Hex D7 6D 2C 0 31 50 10 17 44 33
Octal 327 155 54 0 61 120 20 27 104 63
Binary 11010111 1101101 101100 0 110001 1010000 10000 10111 1000100 110011

Color Harmonies of #D76D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D2C

Black with #D76D2C

Text Example


Text Example

White with #D76D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D2C; }

 p { color: rgb(215,109,44); }

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

background-color css

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

 a { background-color: rgb(215,109,44); }

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

border-color css

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

 span { border-color: rgb(215,109,44); }

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