Html Css Color HEX #D7B82C Gold Tips

📋 copy color: '#D7B82C'

red 215 ◦ green 184 ◦ blue 44

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

Shades of Gold Tips #D7B82C

Tints of Gold Tips #D7B82C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.53%

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

R = 48.53%
G = 41.53%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7B82C (or 0xD7B82C) is known color: Gold Tips. HEX triplet: D7, B8 and 2C. RGB value is (215,184,44). Sum of RGB (Red+Green+Blue) = 215+184+44=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 44 (17.58% from 255 or 9.93% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B82C is #2847D3. Grayscale: #B1B1B1. Windows color (decimal): -2639828 or 2930903. OLE color: 2930903.

HSL color Cylindrical-coordinate representation of color #D7B82C: hue angle of 49.12º 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 #D7B82C is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 184 44 -
CMYK 0 0.14 0.80 0.16
HSL 49.12º 0.68% 0.51% -
HSV(B) 49.12º 0.8% 0.84% -
XYZ 45.62 48.91 9.42 -
YUV 177.31 52.77 154.88 -
System Red Green Blue C M Y K H S L
Decimal 215 184 44 0 0.14 0.80 0.16 49.12 0.68 0.51
Hex D7 B8 2C 0 E 50 10 31 44 33
Octal 327 270 54 0 16 120 20 61 104 63
Binary 11010111 10111000 101100 0 1110 1010000 10000 110001 1000100 110011

Color Harmonies of #D7B82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B82C

Black with #D7B82C

Text Example


Text Example

White with #D7B82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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