Html Css Color HEX #D7B233 Metallic Gold

📋 copy color: '#D7B233'

red 215 ◦ green 178 ◦ blue 51

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

Shades of Metallic Gold #D7B233

Tints of Metallic Gold #D7B233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.49%

R = 48.42%
G = 40.09%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D7B233 (or 0xD7B233) is known color: Metallic Gold. HEX triplet: D7, B2 and 33. RGB value is (215,178,51). Sum of RGB (Red+Green+Blue) = 215+178+51=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 51 (20.31% from 255 or 11.49% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B233 is #284DCC. Grayscale: #AFAFAF. Windows color (decimal): -2641357 or 3388119. OLE color: 3388119.

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

Color convert

RGB 215 178 51 -
CMYK 0 0.17 0.76 0.16
HSL 46.46º 0.67% 0.52% -
HSV(B) 46.46º 0.76% 0.84% -
XYZ 44.54 46.53 9.76 -
YUV 174.59 58.26 156.83 -
System Red Green Blue C M Y K H S L
Decimal 215 178 51 0 0.17 0.76 0.16 46.46 0.67 0.52
Hex D7 B2 33 0 11 4C 10 2E 43 34
Octal 327 262 63 0 21 114 20 56 103 64
Binary 11010111 10110010 110011 0 10001 1001100 10000 101110 1000011 110100

Color Harmonies of #D7B233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B233

Black with #D7B233

Text Example


Text Example

White with #D7B233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B233; }

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

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

background-color css

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

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

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

border-color css

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

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

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