Html Css Color HEX #D8BF32 Old Gold

📋 copy color: '#D8BF32'

red 216 ◦ green 191 ◦ blue 50

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

Shades of Old Gold #D8BF32

Tints of Old Gold #D8BF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.94%

R = 47.26%
G = 41.79%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D8BF32 (or 0xD8BF32) is known color: Old Gold. HEX triplet: D8, BF and 32. RGB value is (216,191,50). Sum of RGB (Red+Green+Blue) = 216+191+50=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 50 (19.92% from 255 or 10.94% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BF32 is #2740CD. Grayscale: #B6B6B6. Windows color (decimal): -2572494 or 3325912. OLE color: 3325912.

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

Color convert

RGB 216 191 50 -
CMYK 0 0.12 0.77 0.15
HSL 50.96º 0.68% 0.52% -
HSV(B) 50.96º 0.77% 0.85% -
XYZ 47.53 52.09 10.57 -
YUV 182.4 53.28 151.96 -
System Red Green Blue C M Y K H S L
Decimal 216 191 50 0 0.12 0.77 0.15 50.96 0.68 0.52
Hex D8 BF 32 0 C 4D F 33 44 34
Octal 330 277 62 0 14 115 17 63 104 64
Binary 11011000 10111111 110010 0 1100 1001101 1111 110011 1000100 110100

Color Harmonies of #D8BF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BF32

Black with #D8BF32

Text Example


Text Example

White with #D8BF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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