Html Css Color HEX #D6BF34 Old Gold

📋 copy color: '#D6BF34'

red 214 ◦ green 191 ◦ blue 52

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

Shades of Old Gold #D6BF34

Tints of Old Gold #D6BF34

RGB

 RED value IS 214 (83.98% from 255) = 46.83%

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

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

R = 46.83%
G = 41.79%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D6BF34 (or 0xD6BF34) is known color: Old Gold. HEX triplet: D6, BF and 34. RGB value is (214,191,52). Sum of RGB (Red+Green+Blue) = 214+191+52=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 52 (20.70% from 255 or 11.38% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BF34 is #2940CB. Grayscale: #B6B6B6. Windows color (decimal): -2703564 or 3456982. OLE color: 3456982.

HSL color Cylindrical-coordinate representation of color #D6BF34: hue angle of 51.48º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6BF34 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 191 52 -
CMYK 0 0.11 0.76 0.16
HSL 51.48º 0.66% 0.52% -
HSV(B) 51.48º 0.76% 0.84% -
XYZ 46.98 51.81 10.77 -
YUV 182.03 54.62 150.8 -
System Red Green Blue C M Y K H S L
Decimal 214 191 52 0 0.11 0.76 0.16 51.48 0.66 0.52
Hex D6 BF 34 0 B 4C 10 33 42 34
Octal 326 277 64 0 13 114 20 63 102 64
Binary 11010110 10111111 110100 0 1011 1001100 10000 110011 1000010 110100

Color Harmonies of #D6BF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BF34

Black with #D6BF34

Text Example


Text Example

White with #D6BF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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