Html Css Color HEX #D6B943 Old Gold

📋 copy color: '#D6B943'

red 214 ◦ green 185 ◦ blue 67

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

Shades of Old Gold #D6B943

Tints of Old Gold #D6B943

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.7%

 BLUE value IS 67 (26.56% from 255) = 14.38%

R = 45.92%
G = 39.7%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D6B943 (or 0xD6B943) is known color: Old Gold. HEX triplet: D6, B9 and 43. RGB value is (214,185,67). Sum of RGB (Red+Green+Blue) = 214+185+67=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 67 (26.56% from 255 or 14.38% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B943 is #2946BC. Grayscale: #B4B4B4. Windows color (decimal): -2705085 or 4438486. OLE color: 4438486.

HSL color Cylindrical-coordinate representation of color #D6B943: hue angle of 48.16º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6B943 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 185 67 -
CMYK 0 0.14 0.69 0.16
HSL 48.16º 0.64% 0.55% -
HSV(B) 48.16º 0.69% 0.84% -
XYZ 46.09 49.4 12.42 -
YUV 180.22 64.11 152.09 -
System Red Green Blue C M Y K H S L
Decimal 214 185 67 0 0.14 0.69 0.16 48.16 0.64 0.55
Hex D6 B9 43 0 E 45 10 30 40 37
Octal 326 271 103 0 16 105 20 60 100 67
Binary 11010110 10111001 1000011 0 1110 1000101 10000 110000 1000000 110111

Color Harmonies of #D6B943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B943

Black with #D6B943

Text Example


Text Example

White with #D6B943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B943; }

 p { color: rgb(214,185,67); }

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

background-color css

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

 a { background-color: rgb(214,185,67); }

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

border-color css

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

 span { border-color: rgb(214,185,67); }

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