Html Css Color HEX #D7B242 Metallic Gold

📋 copy color: '#D7B242'

red 215 ◦ green 178 ◦ blue 66

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

Shades of Metallic Gold #D7B242

Tints of Metallic Gold #D7B242

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.78%

 BLUE value IS 66 (26.17% from 255) = 14.38%

R = 46.84%
G = 38.78%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D7B242 (or 0xD7B242) is known color: Metallic Gold. HEX triplet: D7, B2 and 42. RGB value is (215,178,66). Sum of RGB (Red+Green+Blue) = 215+178+66=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B242 is #284DBD. Grayscale: #B0B0B0. Windows color (decimal): -2641342 or 4371159. OLE color: 4371159.

HSL color Cylindrical-coordinate representation of color #D7B242: hue angle of 45.1º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D7B242 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 178 66 -
CMYK 0 0.17 0.69 0.16
HSL 45.1º 0.65% 0.55% -
HSV(B) 45.1º 0.69% 0.84% -
XYZ 44.93 46.68 11.8 -
YUV 176.3 65.76 155.61 -
System Red Green Blue C M Y K H S L
Decimal 215 178 66 0 0.17 0.69 0.16 45.1 0.65 0.55
Hex D7 B2 42 0 11 45 10 2D 41 37
Octal 327 262 102 0 21 105 20 55 101 67
Binary 11010111 10110010 1000010 0 10001 1000101 10000 101101 1000001 110111

Color Harmonies of #D7B242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B242

Black with #D7B242

Text Example


Text Example

White with #D7B242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B242; }

 p { color: rgb(215,178,66); }

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

background-color css

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

 a { background-color: rgb(215,178,66); }

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

border-color css

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

 span { border-color: rgb(215,178,66); }

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