Html Css Color HEX #D8B545 Old Gold

📋 copy color: '#D8B545'

red 216 ◦ green 181 ◦ blue 69

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

Shades of Old Gold #D8B545

Tints of Old Gold #D8B545

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.84%

 BLUE value IS 69 (27.34% from 255) = 14.81%

R = 46.35%
G = 38.84%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D8B545 (or 0xD8B545) is known color: Old Gold. HEX triplet: D8, B5 and 45. RGB value is (216,181,69). Sum of RGB (Red+Green+Blue) = 216+181+69=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B545 is #274ABA. Grayscale: #B3B3B3. Windows color (decimal): -2575035 or 4568536. OLE color: 4568536.

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

Color convert

RGB 216 181 69 -
CMYK 0 0.16 0.68 0.15
HSL 45.71º 0.65% 0.56% -
HSV(B) 45.71º 0.68% 0.85% -
XYZ 45.92 48.08 12.49 -
YUV 178.7 66.1 154.61 -
System Red Green Blue C M Y K H S L
Decimal 216 181 69 0 0.16 0.68 0.15 45.71 0.65 0.56
Hex D8 B5 45 0 10 44 F 2E 41 38
Octal 330 265 105 0 20 104 17 56 101 70
Binary 11011000 10110101 1000101 0 10000 1000100 1111 101110 1000001 111000

Color Harmonies of #D8B545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B545

Black with #D8B545

Text Example


Text Example

White with #D8B545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B545; }

 p { color: rgb(216,181,69); }

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

background-color css

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

 a { background-color: rgb(216,181,69); }

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

border-color css

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

 span { border-color: rgb(216,181,69); }

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