Html Css Color HEX #D8BF2F Old Gold

📋 copy color: '#D8BF2F'

red 216 ◦ green 191 ◦ blue 47

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

Shades of Old Gold #D8BF2F

Tints of Old Gold #D8BF2F

RGB

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

 GREEN value IS 191 (75% from 255) = 42.07%

 BLUE value IS 47 (18.75% from 255) = 10.35%

R = 47.58%
G = 42.07%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8BF2F (or 0xD8BF2F) is known color: Old Gold. HEX triplet: D8, BF and 2F. RGB value is (216,191,47). Sum of RGB (Red+Green+Blue) = 216+191+47=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 47 (18.75% from 255 or 10.35% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BF2F is #2740D0. Grayscale: #B6B6B6. Windows color (decimal): -2572497 or 3129304. OLE color: 3129304.

HSL color Cylindrical-coordinate representation of color #D8BF2F: hue angle of 51.12º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D8BF2F is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 191 47 -
CMYK 0 0.12 0.78 0.15
HSL 51.12º 0.68% 0.52% -
HSV(B) 51.12º 0.78% 0.85% -
XYZ 47.46 52.07 10.24 -
YUV 182.06 51.78 152.21 -
System Red Green Blue C M Y K H S L
Decimal 216 191 47 0 0.12 0.78 0.15 51.12 0.68 0.52
Hex D8 BF 2F 0 C 4E F 33 44 34
Octal 330 277 57 0 14 116 17 63 104 64
Binary 11011000 10111111 101111 0 1100 1001110 1111 110011 1000100 110100

Color Harmonies of #D8BF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BF2F

Black with #D8BF2F

Text Example


Text Example

White with #D8BF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BF2F; }

 p { color: rgb(216,191,47); }

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

background-color css

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

 a { background-color: rgb(216,191,47); }

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

border-color css

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

 span { border-color: rgb(216,191,47); }

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