Html Css Color HEX #D9BF34 Old Gold

📋 copy color: '#D9BF34'

red 217 ◦ green 191 ◦ blue 52

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

Shades of Old Gold #D9BF34

Tints of Old Gold #D9BF34

RGB

 RED value IS 217 (85.16% from 255) = 47.17%

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

 BLUE value IS 52 (20.7% from 255) = 11.3%

R = 47.17%
G = 41.52%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D9BF34 (or 0xD9BF34) is known color: Old Gold. HEX triplet: D9, BF and 34. RGB value is (217,191,52). Sum of RGB (Red+Green+Blue) = 217+191+52=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 52 (20.70% from 255 or 11.30% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BF34 is #2640CB. Grayscale: #B7B7B7. Windows color (decimal): -2506956 or 3456985. OLE color: 3456985.

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

Color convert

RGB 217 191 52 -
CMYK 0 0.12 0.76 0.15
HSL 50.55º 0.68% 0.53% -
HSV(B) 50.55º 0.76% 0.85% -
XYZ 47.87 52.26 10.81 -
YUV 182.93 54.11 152.3 -
System Red Green Blue C M Y K H S L
Decimal 217 191 52 0 0.12 0.76 0.15 50.55 0.68 0.53
Hex D9 BF 34 0 C 4C F 33 44 35
Octal 331 277 64 0 14 114 17 63 104 65
Binary 11011001 10111111 110100 0 1100 1001100 1111 110011 1000100 110101

Color Harmonies of #D9BF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BF34

Black with #D9BF34

Text Example


Text Example

White with #D9BF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BF34; }

 p { color: rgb(217,191,52); }

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

background-color css

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

 a { background-color: rgb(217,191,52); }

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

border-color css

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

 span { border-color: rgb(217,191,52); }

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