Html Css Color HEX #D3B23C Metallic Gold

📋 copy color: '#D3B23C'

red 211 ◦ green 178 ◦ blue 60

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

Shades of Metallic Gold #D3B23C

Tints of Metallic Gold #D3B23C

RGB

 RED value IS 211 (82.81% from 255) = 46.99%

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

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

R = 46.99%
G = 39.64%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D3B23C (or 0xD3B23C) is known color: Metallic Gold. HEX triplet: D3, B2 and 3C. RGB value is (211,178,60). Sum of RGB (Red+Green+Blue) = 211+178+60=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3B23C is #2C4DC3. Grayscale: #AEAEAE. Windows color (decimal): -2903492 or 3977939. OLE color: 3977939.

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

Color convert

RGB 211 178 60 -
CMYK 0 0.16 0.72 0.17
HSL 46.89º 0.63% 0.53% -
HSV(B) 46.89º 0.72% 0.83% -
XYZ 43.6 46.02 10.86 -
YUV 174.42 63.43 154.09 -
System Red Green Blue C M Y K H S L
Decimal 211 178 60 0 0.16 0.72 0.17 46.89 0.63 0.53
Hex D3 B2 3C 0 10 48 11 2F 3F 35
Octal 323 262 74 0 20 110 21 57 77 65
Binary 11010011 10110010 111100 0 10000 1001000 10001 101111 111111 110101

Color Harmonies of #D3B23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B23C

Black with #D3B23C

Text Example


Text Example

White with #D3B23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B23C; }

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

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

background-color css

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

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

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

border-color css

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

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

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