Html Css Color HEX #D8B64A Old Gold

📋 copy color: '#D8B64A'

red 216 ◦ green 182 ◦ blue 74

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

Shades of Old Gold #D8B64A

Tints of Old Gold #D8B64A

RGB

 RED value IS 216 (84.77% from 255) = 45.76%

 GREEN value IS 182 (71.48% from 255) = 38.56%

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

R = 45.76%
G = 38.56%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8B64A (or 0xD8B64A) is known color: Old Gold. HEX triplet: D8, B6 and 4A. RGB value is (216,182,74). Sum of RGB (Red+Green+Blue) = 216+182+74=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B64A is #2749B5. Grayscale: #B4B4B4. Windows color (decimal): -2574774 or 4896472. OLE color: 4896472.

HSL color Cylindrical-coordinate representation of color #D8B64A: hue angle of 45.63º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D8B64A is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 182 74 -
CMYK 0 0.16 0.66 0.15
HSL 45.63º 0.65% 0.57% -
HSV(B) 45.63º 0.66% 0.85% -
XYZ 46.28 48.55 13.41 -
YUV 179.85 68.26 153.78 -
System Red Green Blue C M Y K H S L
Decimal 216 182 74 0 0.16 0.66 0.15 45.63 0.65 0.57
Hex D8 B6 4A 0 10 42 F 2E 41 39
Octal 330 266 112 0 20 102 17 56 101 71
Binary 11011000 10110110 1001010 0 10000 1000010 1111 101110 1000001 111001

Color Harmonies of #D8B64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B64A

Black with #D8B64A

Text Example


Text Example

White with #D8B64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B64A; }

 p { color: rgb(216,182,74); }

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

background-color css

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

 a { background-color: rgb(216,182,74); }

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

border-color css

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

 span { border-color: rgb(216,182,74); }

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