Html Css Color HEX #D6BF2F Old Gold

📋 copy color: '#D6BF2F'

red 214 ◦ green 191 ◦ blue 47

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

Shades of Old Gold #D6BF2F

Tints of Old Gold #D6BF2F

RGB

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

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

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

R = 47.35%
G = 42.26%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6BF2F (or 0xD6BF2F) is known color: Old Gold. HEX triplet: D6, BF and 2F. RGB value is (214,191,47). Sum of RGB (Red+Green+Blue) = 214+191+47=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 47 (18.75% from 255 or 10.40% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BF2F is #2940D0. Grayscale: #B6B6B6. Windows color (decimal): -2703569 or 3129302. OLE color: 3129302.

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

Color convert

RGB 214 191 47 -
CMYK 0 0.11 0.78 0.16
HSL 51.74º 0.67% 0.51% -
HSV(B) 51.74º 0.78% 0.84% -
XYZ 46.88 51.76 10.21 -
YUV 181.46 52.12 151.21 -
System Red Green Blue C M Y K H S L
Decimal 214 191 47 0 0.11 0.78 0.16 51.74 0.67 0.51
Hex D6 BF 2F 0 B 4E 10 34 43 33
Octal 326 277 57 0 13 116 20 64 103 63
Binary 11010110 10111111 101111 0 1011 1001110 10000 110100 1000011 110011

Color Harmonies of #D6BF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BF2F

Black with #D6BF2F

Text Example


Text Example

White with #D6BF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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