Html Css Color HEX #D8BA45 Old Gold

📋 copy color: '#D8BA45'

red 216 ◦ green 186 ◦ blue 69

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

Shades of Old Gold #D8BA45

Tints of Old Gold #D8BA45

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.49%

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

R = 45.86%
G = 39.49%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D8BA45 (or 0xD8BA45) is known color: Old Gold. HEX triplet: D8, BA and 45. RGB value is (216,186,69). Sum of RGB (Red+Green+Blue) = 216+186+69=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BA45 is #2745BA. Grayscale: #B6B6B6. Windows color (decimal): -2573755 or 4569816. OLE color: 4569816.

HSL color Cylindrical-coordinate representation of color #D8BA45: hue angle of 47.76º 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 #D8BA45 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 186 69 -
CMYK 0 0.14 0.68 0.15
HSL 47.76º 0.65% 0.56% -
HSV(B) 47.76º 0.68% 0.85% -
XYZ 46.95 50.15 12.83 -
YUV 181.63 64.44 152.51 -
System Red Green Blue C M Y K H S L
Decimal 216 186 69 0 0.14 0.68 0.15 47.76 0.65 0.56
Hex D8 BA 45 0 E 44 F 30 41 38
Octal 330 272 105 0 16 104 17 60 101 70
Binary 11011000 10111010 1000101 0 1110 1000100 1111 110000 1000001 111000

Color Harmonies of #D8BA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA45

Black with #D8BA45

Text Example


Text Example

White with #D8BA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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