Html Css Color HEX #D6BD3D Old Gold

📋 copy color: '#D6BD3D'

red 214 ◦ green 189 ◦ blue 61

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

Shades of Old Gold #D6BD3D

Tints of Old Gold #D6BD3D

RGB

 RED value IS 214 (83.98% from 255) = 46.12%

 GREEN value IS 189 (74.22% from 255) = 40.73%

 BLUE value IS 61 (24.22% from 255) = 13.15%

R = 46.12%
G = 40.73%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6BD3D (or 0xD6BD3D) is known color: Old Gold. HEX triplet: D6, BD and 3D. RGB value is (214,189,61). Sum of RGB (Red+Green+Blue) = 214+189+61=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 61 (24.22% from 255 or 13.15% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BD3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BD3D is #2942C2. Grayscale: #B6B6B6. Windows color (decimal): -2704067 or 4046294. OLE color: 4046294.

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

Color convert

RGB 214 189 61 -
CMYK 0 0.12 0.71 0.16
HSL 50.2º 0.65% 0.54% -
HSV(B) 50.2º 0.71% 0.84% -
XYZ 46.77 51.03 11.8 -
YUV 181.88 59.78 150.91 -
System Red Green Blue C M Y K H S L
Decimal 214 189 61 0 0.12 0.71 0.16 50.2 0.65 0.54
Hex D6 BD 3D 0 C 47 10 32 41 36
Octal 326 275 75 0 14 107 20 62 101 66
Binary 11010110 10111101 111101 0 1100 1000111 10000 110010 1000001 110110

Color Harmonies of #D6BD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BD3D

Black with #D6BD3D

Text Example


Text Example

White with #D6BD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BD3D; }

 p { color: rgb(214,189,61); }

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

background-color css

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

 a { background-color: rgb(214,189,61); }

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

border-color css

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

 span { border-color: rgb(214,189,61); }

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