Html Css Color HEX #D8B443 Old Gold

📋 copy color: '#D8B443'

red 216 ◦ green 180 ◦ blue 67

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

Shades of Old Gold #D8B443

Tints of Old Gold #D8B443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.47%

R = 46.65%
G = 38.88%
B = 14.47%

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

#D8B443 (or 0xD8B443) is known color: Old Gold. HEX triplet: D8, B4 and 43. RGB value is (216,180,67). Sum of RGB (Red+Green+Blue) = 216+180+67=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 67 (26.56% from 255 or 14.47% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B443 is #274BBC. Grayscale: #B2B2B2. Windows color (decimal): -2575293 or 4437208. OLE color: 4437208.

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

Color convert

RGB 216 180 67 -
CMYK 0 0.17 0.69 0.15
HSL 45.5º 0.66% 0.55% -
HSV(B) 45.5º 0.69% 0.85% -
XYZ 45.65 47.65 12.1 -
YUV 177.88 65.43 155.19 -
System Red Green Blue C M Y K H S L
Decimal 216 180 67 0 0.17 0.69 0.15 45.5 0.66 0.55
Hex D8 B4 43 0 11 45 F 2E 42 37
Octal 330 264 103 0 21 105 17 56 102 67
Binary 11011000 10110100 1000011 0 10001 1000101 1111 101110 1000010 110111

Color Harmonies of #D8B443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B443

Black with #D8B443

Text Example


Text Example

White with #D8B443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B443; }

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

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

background-color css

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

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

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

border-color css

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

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

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