Html Css Color HEX #D8BB43 Old Gold

📋 copy color: '#D8BB43'

red 216 ◦ green 187 ◦ blue 67

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

Shades of Old Gold #D8BB43

Tints of Old Gold #D8BB43

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.79%

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

R = 45.96%
G = 39.79%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D8BB43 (or 0xD8BB43) is known color: Old Gold. HEX triplet: D8, BB and 43. RGB value is (216,187,67). Sum of RGB (Red+Green+Blue) = 216+187+67=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 67 (26.56% from 255 or 14.26% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BB43 is #2744BC. Grayscale: #B6B6B6. Windows color (decimal): -2573501 or 4439000. OLE color: 4439000.

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

Color convert

RGB 216 187 67 -
CMYK 0 0.13 0.69 0.15
HSL 48.32º 0.66% 0.55% -
HSV(B) 48.32º 0.69% 0.85% -
XYZ 47.1 50.54 12.58 -
YUV 181.99 63.11 152.26 -
System Red Green Blue C M Y K H S L
Decimal 216 187 67 0 0.13 0.69 0.15 48.32 0.66 0.55
Hex D8 BB 43 0 D 45 F 30 42 37
Octal 330 273 103 0 15 105 17 60 102 67
Binary 11011000 10111011 1000011 0 1101 1000101 1111 110000 1000010 110111

Color Harmonies of #D8BB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BB43

Black with #D8BB43

Text Example


Text Example

White with #D8BB43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BB43; }

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

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

background-color css

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

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

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

border-color css

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

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

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