Html Css Color HEX #D8BA44 Old Gold

📋 copy color: '#D8BA44'

red 216 ◦ green 186 ◦ blue 68

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

Shades of Old Gold #D8BA44

Tints of Old Gold #D8BA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.47%

R = 45.96%
G = 39.57%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D8BA44 (or 0xD8BA44) is known color: Old Gold. HEX triplet: D8, BA and 44. RGB value is (216,186,68). Sum of RGB (Red+Green+Blue) = 216+186+68=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 68 (26.95% from 255 or 14.47% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BA44 is #2745BB. Grayscale: #B6B6B6. Windows color (decimal): -2573756 or 4504280. OLE color: 4504280.

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

Color convert

RGB 216 186 68 -
CMYK 0 0.14 0.69 0.15
HSL 47.84º 0.65% 0.56% -
HSV(B) 47.84º 0.69% 0.85% -
XYZ 46.92 50.13 12.67 -
YUV 181.52 63.94 152.59 -
System Red Green Blue C M Y K H S L
Decimal 216 186 68 0 0.14 0.69 0.15 47.84 0.65 0.56
Hex D8 BA 44 0 E 45 F 30 41 38
Octal 330 272 104 0 16 105 17 60 101 70
Binary 11011000 10111010 1000100 0 1110 1000101 1111 110000 1000001 111000

Color Harmonies of #D8BA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA44

Black with #D8BA44

Text Example


Text Example

White with #D8BA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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