Html Css Color HEX #D7B23C Metallic Gold

📋 copy color: '#D7B23C'

red 215 ◦ green 178 ◦ blue 60

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

Shades of Metallic Gold #D7B23C

Tints of Metallic Gold #D7B23C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.25%

R = 47.46%
G = 39.29%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7B23C (or 0xD7B23C) is known color: Metallic Gold. HEX triplet: D7, B2 and 3C. RGB value is (215,178,60). Sum of RGB (Red+Green+Blue) = 215+178+60=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B23C is #284DC3. Grayscale: #B0B0B0. Windows color (decimal): -2641348 or 3977943. OLE color: 3977943.

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

Color convert

RGB 215 178 60 -
CMYK 0 0.17 0.72 0.16
HSL 45.68º 0.66% 0.54% -
HSV(B) 45.68º 0.72% 0.84% -
XYZ 44.76 46.61 10.91 -
YUV 175.61 62.76 156.09 -
System Red Green Blue C M Y K H S L
Decimal 215 178 60 0 0.17 0.72 0.16 45.68 0.66 0.54
Hex D7 B2 3C 0 11 48 10 2E 42 36
Octal 327 262 74 0 21 110 20 56 102 66
Binary 11010111 10110010 111100 0 10001 1001000 10000 101110 1000010 110110

Color Harmonies of #D7B23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B23C

Black with #D7B23C

Text Example


Text Example

White with #D7B23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B23C; }

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

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

background-color css

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

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

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

border-color css

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

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

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