Html Css Color HEX #D8B444 Old Gold

📋 copy color: '#D8B444'

red 216 ◦ green 180 ◦ blue 68

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

Shades of Old Gold #D8B444

Tints of Old Gold #D8B444

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.79%

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

R = 46.55%
G = 38.79%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D8B444 (or 0xD8B444) is known color: Old Gold. HEX triplet: D8, B4 and 44. RGB value is (216,180,68). Sum of RGB (Red+Green+Blue) = 216+180+68=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 68 (26.95% from 255 or 14.66% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B444 is #274BBB. Grayscale: #B2B2B2. Windows color (decimal): -2575292 or 4502744. OLE color: 4502744.

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

Color convert

RGB 216 180 68 -
CMYK 0 0.17 0.69 0.15
HSL 45.41º 0.65% 0.56% -
HSV(B) 45.41º 0.69% 0.85% -
XYZ 45.68 47.66 12.26 -
YUV 178 65.93 155.11 -
System Red Green Blue C M Y K H S L
Decimal 216 180 68 0 0.17 0.69 0.15 45.41 0.65 0.56
Hex D8 B4 44 0 11 45 F 2D 41 38
Octal 330 264 104 0 21 105 17 55 101 70
Binary 11011000 10110100 1000100 0 10001 1000101 1111 101101 1000001 111000

Color Harmonies of #D8B444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B444

Black with #D8B444

Text Example


Text Example

White with #D8B444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B444; }

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

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

background-color css

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

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

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

border-color css

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

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

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