Html Css Color HEX #D6B84A Old Gold

📋 copy color: '#D6B84A'

red 214 ◦ green 184 ◦ blue 74

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

Shades of Old Gold #D6B84A

Tints of Old Gold #D6B84A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.98%

 BLUE value IS 74 (29.3% from 255) = 15.68%

R = 45.34%
G = 38.98%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6B84A (or 0xD6B84A) is known color: Old Gold. HEX triplet: D6, B8 and 4A. RGB value is (214,184,74). Sum of RGB (Red+Green+Blue) = 214+184+74=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B84A is #2947B5. Grayscale: #B4B4B4. Windows color (decimal): -2705334 or 4896982. OLE color: 4896982.

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

Color convert

RGB 214 184 74 -
CMYK 0 0.14 0.65 0.16
HSL 47.14º 0.63% 0.56% -
HSV(B) 47.14º 0.65% 0.84% -
XYZ 46.11 49.07 13.52 -
YUV 180.43 67.94 151.94 -
System Red Green Blue C M Y K H S L
Decimal 214 184 74 0 0.14 0.65 0.16 47.14 0.63 0.56
Hex D6 B8 4A 0 E 41 10 2F 3F 38
Octal 326 270 112 0 16 101 20 57 77 70
Binary 11010110 10111000 1001010 0 1110 1000001 10000 101111 111111 111000

Color Harmonies of #D6B84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B84A

Black with #D6B84A

Text Example


Text Example

White with #D6B84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B84A; }

 p { color: rgb(214,184,74); }

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

background-color css

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

 a { background-color: rgb(214,184,74); }

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

border-color css

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

 span { border-color: rgb(214,184,74); }

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